Skip to content

Commit 4d3fb1c

Browse files
committed
bintools-wrapper: remove redundant arg
This is a manual cherry-pick of: NixOS@764b227 … only because I was unable to fetch the original commit using `git`
1 parent 5d15d57 commit 4d3fb1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/build-support/bintools-wrapper/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ stdenv.mkDerivation {
250250

251251
+ optionalString stdenv.targetPlatform.isMacOS ''
252252
# Ensure consistent LC_VERSION_MIN_MACOSX and remove LC_UUID.
253-
echo "-macosx_version_min 10.12 -sdk_version 10.12 -no_uuid" >> $out/nix-support/libc-ldflags-before
253+
echo "-sdk_version 10.12 -no_uuid" >> $out/nix-support/libc-ldflags-before
254254
''
255255

256256
+ optionalString (!nativeTools) ''

0 commit comments

Comments
 (0)