Loading pkgs/development/libraries/jemalloc/default.nix +7 −7 Original line number Diff line number Diff line Loading @@ -50,14 +50,14 @@ stdenv.mkDerivation rec { automake ]; preConfigure = '' ./autogen.sh '' + lib.optionalString stdenv.hostPlatform.isDarwin '' preConfigure = lib.optionalString stdenv.hostPlatform.isDarwin '' export LDFLAGS="$LDFLAGS -Wl,-no_uuid -Wl,-install_name,@rpath/libjemalloc.2.dylib"; ''; # TODO: switch to autoreconfHook when updating beyond 5.3.0 # https://github.com/jemalloc/jemalloc/issues/2346 configureScript = "./autogen.sh"; configureFlags = [ "--with-version=${version}-0-g0000000000000000000000000000000000000000" Loading Loading
pkgs/development/libraries/jemalloc/default.nix +7 −7 Original line number Diff line number Diff line Loading @@ -50,14 +50,14 @@ stdenv.mkDerivation rec { automake ]; preConfigure = '' ./autogen.sh '' + lib.optionalString stdenv.hostPlatform.isDarwin '' preConfigure = lib.optionalString stdenv.hostPlatform.isDarwin '' export LDFLAGS="$LDFLAGS -Wl,-no_uuid -Wl,-install_name,@rpath/libjemalloc.2.dylib"; ''; # TODO: switch to autoreconfHook when updating beyond 5.3.0 # https://github.com/jemalloc/jemalloc/issues/2346 configureScript = "./autogen.sh"; configureFlags = [ "--with-version=${version}-0-g0000000000000000000000000000000000000000" Loading