1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

TMP: disable static meson build on darwin

This commit is contained in:
Robert Hensing 2024-06-25 16:17:13 +02:00
parent 6a28566db6
commit 1eaddb209d

View file

@ -334,7 +334,8 @@
# Add "passthru" tests
// flatMapAttrs {
"" = nixpkgsFor.${system}.native;
"static-" = nixpkgsFor.${system}.static;
# FIXME: Static build on darwin currently broken
# "static-" = nixpkgsFor.${system}.static;
}
(nixpkgsPrefix: nixpkgs:
flatMapAttrs nixpkgs.nix-components