wrap-python: fix pypy site-packages path

This commit is contained in:
Jörg Thalheim
2018-12-20 14:03:23 +00:00
parent cc30e48624
commit 855777ad22
2 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ with lib;
makeSetupHook {
deps = makeWrapper;
substitutions.libPrefix = python.libPrefix;
substitutions.sitePackages = python.sitePackages;
substitutions.executable = python.interpreter;
substitutions.python = python;
substitutions.magicalSedExpression = let