pkgs/development/python-modules: stdenv.lib -> lib
This commit is contained in:
@@ -26,7 +26,7 @@ in buildPythonPackage rec {
|
||||
|
||||
postPatch = ''
|
||||
patchShebangs tests/run-tests
|
||||
'' + stdenv.lib.optionalString stdenv.isLinux ''
|
||||
'' + lib.optionalString stdenv.isLinux ''
|
||||
substituteInPlace nuitka/plugins/standard/ImplicitImports.py --replace 'locateDLL("uuid")' '"${pkgs.util-linux.out}/lib/libuuid.so"'
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user