Unverified Commit f2e16a64 authored by Yorick's avatar Yorick Committed by GitHub
Browse files

rocksdb: use stdenv.lib instead of lib

parent 415093d4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ stdenv, lib
{ stdenv
, fetchFromGitHub
, fixDarwinDylibNames
, which, perl
@@ -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;