mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-09 15:58:05 +02:00
Override toml11
so it evaluates on Windows too
This commit is contained in:
parent
149d8eb8aa
commit
b87e048b3b
1 changed files with 4 additions and 1 deletions
|
@ -226,7 +226,10 @@ in {
|
|||
libsodium
|
||||
openssl
|
||||
sqlite
|
||||
toml11
|
||||
(toml11.overrideAttrs (old: {
|
||||
# TODO change in Nixpkgs, Windows works fine.
|
||||
meta.platforms = lib.platforms.all;
|
||||
}))
|
||||
xz
|
||||
({ inherit readline editline; }.${readlineFlavor})
|
||||
] ++ lib.optionals enableMarkdown [
|
||||
|
|
Loading…
Reference in a new issue