Loading pkgs/by-name/ju/judy/package.nix +0 −5 Original line number Diff line number Diff line Loading @@ -23,11 +23,6 @@ stdenv.mkDerivation rec { ./fix-source-date.patch ]; # fixes non-determinism between builds on macos preConfigure = lib.optional stdenv.hostPlatform.isDarwin '' export LDFLAGS="$LDFLAGS -Wl,-no_uuid -Wl,-install_name,@rpath/libJudy.1.dylib" ''; # Disable parallel builds as manpages lack some dependencies: # ../tool/jhton ext/JudyHS_funcs_3.htm | grep -v '^[ ]*$' | sed -e 's/\.C//' > man/man3/JudyHS_funcs # make[2]: *** No rule to make target 'man/man3/JSLD', needed by 'all-am'. Stop. Loading Loading
pkgs/by-name/ju/judy/package.nix +0 −5 Original line number Diff line number Diff line Loading @@ -23,11 +23,6 @@ stdenv.mkDerivation rec { ./fix-source-date.patch ]; # fixes non-determinism between builds on macos preConfigure = lib.optional stdenv.hostPlatform.isDarwin '' export LDFLAGS="$LDFLAGS -Wl,-no_uuid -Wl,-install_name,@rpath/libJudy.1.dylib" ''; # Disable parallel builds as manpages lack some dependencies: # ../tool/jhton ext/JudyHS_funcs_3.htm | grep -v '^[ ]*$' | sed -e 's/\.C//' > man/man3/JudyHS_funcs # make[2]: *** No rule to make target 'man/man3/JSLD', needed by 'all-am'. Stop. Loading