mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02:00
netbsd: disable cross-compilation
Cross-compilation of curl is broken in nixpkgs. Therefore we disable it until nixpkgs fixes the underlying issues.
This commit is contained in:
parent
b5ad051b6c
commit
cf0ba0d20e
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@
|
||||||
"armv6l-unknown-linux-gnueabihf"
|
"armv6l-unknown-linux-gnueabihf"
|
||||||
"armv7l-unknown-linux-gnueabihf"
|
"armv7l-unknown-linux-gnueabihf"
|
||||||
"riscv64-unknown-linux-gnu"
|
"riscv64-unknown-linux-gnu"
|
||||||
"x86_64-unknown-netbsd"
|
# Disabled because of https://github.com/NixOS/nixpkgs/issues/344423
|
||||||
|
# "x86_64-unknown-netbsd"
|
||||||
"x86_64-unknown-freebsd"
|
"x86_64-unknown-freebsd"
|
||||||
"x86_64-w64-mingw32"
|
"x86_64-w64-mingw32"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue