mirror of
https://github.com/NixOS/nix.git
synced 2024-11-25 16:23:02 +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
|
# Add "passthru" tests
|
||||||
// flatMapAttrs {
|
// flatMapAttrs {
|
||||||
"" = nixpkgsFor.${system}.native;
|
"" = nixpkgsFor.${system}.native;
|
||||||
"static-" = nixpkgsFor.${system}.static;
|
# FIXME: Static build on darwin currently broken
|
||||||
|
# "static-" = nixpkgsFor.${system}.static;
|
||||||
}
|
}
|
||||||
(nixpkgsPrefix: nixpkgs:
|
(nixpkgsPrefix: nixpkgs:
|
||||||
flatMapAttrs nixpkgs.nix-components
|
flatMapAttrs nixpkgs.nix-components
|
||||||
|
Loading…
Reference in New Issue
Block a user