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:
Audrey Dutcher 2024-05-18 00:14:29 -07:00 committed by Alyssa Ross
parent ffb781820b
commit d0e553dafe

View File

@ -16,7 +16,7 @@
, minimal ? true , minimal ? true
, withOpenssl ? !minimal, openssl , withOpenssl ? !minimal, openssl
, withPrefix ? false , 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 # Note: this package is used for bootstrapping fetchurl, and thus cannot use