mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 06:42:28 +00:00
TMP: disable static meson build on darwin
This commit is contained in:
parent
6a28566db6
commit
1eaddb209d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user