1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 02:21:16 +02:00

remove upstreamed toml11 package override

This commit is contained in:
Jörg Thalheim 2024-09-22 16:56:01 +02:00
parent 81b6b79a56
commit b5ad051b6c

View file

@ -159,12 +159,6 @@ scope: {
];
});
# TODO change in Nixpkgs, Windows works fine. First commit of
# https://github.com/NixOS/nixpkgs/pull/322977 backported will fix.
toml11 = pkgs.toml11.overrideAttrs (old: {
meta.platforms = lib.platforms.all;
});
inherit resolvePath filesetToSource;
mkMesonDerivation =