mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +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
|
# 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 a new issue