Skip to content

Commit

Permalink
remove upstreamed toml11 package override
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Dec 16, 2024
1 parent 81b6b79 commit b5ad051
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packaging/dependencies.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit b5ad051

Please sign in to comment.