bintools-wrapper: remove redundant arg

cctools 949.0.1 warns if min version is passed twice.
wip/yesman
zowoq 4 years ago
parent 9fc4a4db5a
commit 473b341fb1
  1. 2
      pkgs/build-support/bintools-wrapper/default.nix

@ -253,7 +253,7 @@ stdenv.mkDerivation {
# Ensure consistent LC_VERSION_MIN_MACOSX and remove LC_UUID.
+ optionalString stdenv.targetPlatform.isMacOS ''
echo "-macosx_version_min 10.12 -sdk_version 10.12 -no_uuid" >> $out/nix-support/libc-ldflags-before
echo "-sdk_version 10.12 -no_uuid" >> $out/nix-support/libc-ldflags-before
''
##

Loading…
Cancel
Save