hplip: do wrap Python scripts in $out/lib

This commit is contained in:
Tobias Geerinckx-Rice 2015-05-17 23:39:32 +02:00
parent 330836a82b
commit ff7dd3e3b1

View File

@ -87,6 +87,8 @@ stdenv.mkDerivation {
# Remove originals. Knows a little too much about wrapPythonProgramsIn.
rm -f $out/bin/.*-wrapped
wrapPythonPrograms $out/lib "$out $pythonPath"
''
+ (stdenv.lib.optionalString withPlugin
(let hplip_arch =