forked from mirrors/nixpkgs
system-config-printer: fix wrapProgram call
This commit is contained in:
parent
f60fffe697
commit
c438fe5a16
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
|
||||||
''
|
''
|
||||||
buildPythonPath "$out $pythonPath"
|
buildPythonPath "$out $pythonPath"
|
||||||
gappsWrapperArgs+=(
|
gappsWrapperArgs+=(
|
||||||
--prefix PATH "$program_PATH"
|
--prefix PATH : "$program_PATH"
|
||||||
--set CUPS_DATADIR "${cups-filters}/share/cups"
|
--set CUPS_DATADIR "${cups-filters}/share/cups"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue