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

Fix more issues

This commit is contained in:
John Ericson 2024-06-27 19:30:58 -04:00
parent 479befa76d
commit 17c843c5c5
2 changed files with 11 additions and 7 deletions

View file

@ -207,10 +207,7 @@ in {
libsodium
openssl
sqlite
(toml11.overrideAttrs (old: {
# TODO change in Nixpkgs, Windows works fine.
meta.platforms = lib.platforms.all;
}))
toml11
xz
({ inherit readline editline; }.${readlineFlavor})
] ++ lib.optionals enableMarkdown [