mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +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"
|
||||
gappsWrapperArgs+=(
|
||||
--prefix PATH "$program_PATH"
|
||||
--prefix PATH : "$program_PATH"
|
||||
--set CUPS_DATADIR "${cups-filters}/share/cups"
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user