mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 20:03:16 +00:00
coreutils: disable single-binary on native FreeBSD
Upstream bug report: https://lists.gnu.org/archive/html/bug-coreutils/2024-05/msg00033.html
This commit is contained in:
parent
ffb781820b
commit
d0e553dafe
@ -16,7 +16,7 @@
|
||||
, minimal ? true
|
||||
, withOpenssl ? !minimal, openssl
|
||||
, withPrefix ? false
|
||||
, singleBinary ? "symlinks" # you can also pass "shebangs" or false
|
||||
, singleBinary ? if stdenv.isFreeBSD then false else "symlinks" # you can also pass "shebangs" or false
|
||||
}:
|
||||
|
||||
# Note: this package is used for bootstrapping fetchurl, and thus cannot use
|
||||
|
Loading…
Reference in New Issue
Block a user