mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 14:06: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…
Reference in a new issue