Skip to content

Commit b3d8485

Browse files
authored
judy: revert Darwin reproducibility fixes (NixOS#397632)
2 parents ce8b12a + d4a8bab commit b3d8485

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pkgs/by-name/ju/judy/package.nix

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ stdenv.mkDerivation rec {
2323
./fix-source-date.patch
2424
];
2525

26-
# fixes non-determinism between builds on macos
27-
preConfigure = lib.optional stdenv.hostPlatform.isDarwin ''
28-
export LDFLAGS="$LDFLAGS -Wl,-no_uuid -Wl,-install_name,@rpath/libJudy.1.dylib"
29-
'';
30-
3126
# Disable parallel builds as manpages lack some dependencies:
3227
# ../tool/jhton ext/JudyHS_funcs_3.htm | grep -v '^[ ]*$' | sed -e 's/\.C//' > man/man3/JudyHS_funcs
3328
# make[2]: *** No rule to make target 'man/man3/JSLD', needed by 'all-am'. Stop.

0 commit comments

Comments
 (0)