mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
TMP: disable static meson build on darwin
This commit is contained in:
parent
6a28566db6
commit
1eaddb209d
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue