pkgs/tools: stdenv.lib -> lib
This commit is contained in:
@@ -21,7 +21,7 @@ in stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
buildInputs = []
|
||||
++ stdenv.lib.optionals lzmaSupport [ xz ];
|
||||
++ lib.optionals lzmaSupport [ xz ];
|
||||
|
||||
postPatch = ''
|
||||
cd xdelta3
|
||||
|
||||
Reference in New Issue
Block a user