Skip to content

Commit

Permalink
ark: fix wrapProgram invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
ttuegel committed Nov 1, 2017
1 parent c733fdd commit 29798e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/kde/ark/default.nix
Expand Up @@ -27,7 +27,7 @@ mkDerivation {
lib.makeBinPath
([ p7zip unzip zip ] ++ lib.optional unfreeEnableUnrar unrar);
in ''
wrapProgram "$out/bin/ark" --prefix PATH: "${PATH}"
wrapProgram "$out/bin/ark" --prefix PATH : "${PATH}"
'';
meta = {
license = with lib.licenses;
Expand Down

0 comments on commit 29798e8

Please sign in to comment.