rocksdb: use stdenv.lib instead of lib

This commit is contained in:
Yorick 2018-04-16 14:15:14 +02:00 committed by GitHub
parent 415093d4c0
commit f2e16a647a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
{ stdenv, lib { stdenv
, fetchFromGitHub , fetchFromGitHub
, fixDarwinDylibNames , fixDarwinDylibNames
, which, perl , which, perl
@ -72,7 +72,7 @@ stdenv.mkDerivation rec {
mv -vi $out/lib/${LIBNAME}.a $static/lib/ mv -vi $out/lib/${LIBNAME}.a $static/lib/
install -d ''${!outputBin}/bin install -d ''${!outputBin}/bin
install -D ${lib.concatStringsSep " " tools} ''${!outputBin}/bin install -D ${stdenv.lib.concatStringsSep " " tools} ''${!outputBin}/bin
''; '';
enableParallelBuilding = true; enableParallelBuilding = true;