mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
system-config-printer: fix wrapProgram call
This commit is contained in:
parent
f60fffe697
commit
c438fe5a16
@ -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…
Reference in New Issue
Block a user