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 Sep 22, 2024
1 parent b28a1bc commit 5885e9f
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 @@ -130,12 +130,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 = f: let
Expand Down

0 comments on commit 5885e9f

Please sign in to comment.