Merge pull request #149964 from r-burns/nuitka
python3Packages.Nuitka: fix libuuid reference
This commit is contained in:
commit
7a8b5b4104
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ buildPythonPackage rec {
|
|||
postPatch = ''
|
||||
patchShebangs tests/run-tests
|
||||
'' + lib.optionalString stdenv.isLinux ''
|
||||
substituteInPlace nuitka/plugins/standard/ImplicitImports.py --replace 'locateDLL("uuid")' '"${pkgs.util-linux.out}/lib/libuuid.so"'
|
||||
substituteInPlace nuitka/plugins/standard/ImplicitImports.py --replace 'locateDLL("uuid")' '"${lib.getLib pkgs.util-linux}/lib/libuuid.so"'
|
||||
'';
|
||||
|
||||
# We do not want any wrappers here.
|
||||
|
|
Loading…
Reference in a new issue