hplip: do wrap Python scripts in $out/lib
This commit is contained in:
parent
330836a82b
commit
ff7dd3e3b1
@ -87,6 +87,8 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
# Remove originals. Knows a little too much about wrapPythonProgramsIn.
|
# Remove originals. Knows a little too much about wrapPythonProgramsIn.
|
||||||
rm -f $out/bin/.*-wrapped
|
rm -f $out/bin/.*-wrapped
|
||||||
|
|
||||||
|
wrapPythonPrograms $out/lib "$out $pythonPath"
|
||||||
''
|
''
|
||||||
+ (stdenv.lib.optionalString withPlugin
|
+ (stdenv.lib.optionalString withPlugin
|
||||||
(let hplip_arch =
|
(let hplip_arch =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user