hplip: fix quoting for makeWrapper

Fixes #33625 after #31497
This commit is contained in:
Orivej Desh 2018-01-09 00:20:47 +00:00
parent 637d5dd00c
commit fe05782a4f
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ pythonPackages.buildPythonApplication {
pyqt4
];
makeWrapperArgs = [ ''--prefix PATH : "${nettools}/bin"'' ];
makeWrapperArgs = [ "--prefix" "PATH" ":" "${nettools}/bin" ];
prePatch = ''
# HPLIP hardcodes absolute paths everywhere. Nuke from orbit.

View File

@ -73,7 +73,7 @@ pythonPackages.buildPythonApplication {
pyqt5
];
makeWrapperArgs = [ ''--prefix PATH : "${nettools}/bin"'' ];
makeWrapperArgs = [ "--prefix" "PATH" ":" "${nettools}/bin" ];
prePatch = ''
# HPLIP hardcodes absolute paths everywhere. Nuke from orbit.