Loading pkgs/development/libraries/rocksdb/default.nix +2 −2 Original line number Diff line number Diff line { stdenv, lib { stdenv , fetchFromGitHub , fixDarwinDylibNames , which, perl Loading Loading @@ -72,7 +72,7 @@ stdenv.mkDerivation rec { mv -vi $out/lib/${LIBNAME}.a $static/lib/ install -d ''${!outputBin}/bin install -D ${lib.concatStringsSep " " tools} ''${!outputBin}/bin install -D ${stdenv.lib.concatStringsSep " " tools} ''${!outputBin}/bin ''; enableParallelBuilding = true; Loading Loading
pkgs/development/libraries/rocksdb/default.nix +2 −2 Original line number Diff line number Diff line { stdenv, lib { stdenv , fetchFromGitHub , fixDarwinDylibNames , which, perl Loading Loading @@ -72,7 +72,7 @@ stdenv.mkDerivation rec { mv -vi $out/lib/${LIBNAME}.a $static/lib/ install -d ''${!outputBin}/bin install -D ${lib.concatStringsSep " " tools} ''${!outputBin}/bin install -D ${stdenv.lib.concatStringsSep " " tools} ''${!outputBin}/bin ''; enableParallelBuilding = true; Loading