about summary refs log tree commit diff
path: root/pkgs/applications/kde
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-11-01 16:20:46 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2017-11-01 16:44:09 -0500
commit29798e84a6fae4f60006c7e3dbe65eec2f79795d (patch)
tree6b4a616b6b0196eb8c2b300bdefe0d6a33fb0a08 /pkgs/applications/kde
parentc733fdd1c9f6b61127edf9d403dbc96dfeabbbf0 (diff)
ark: fix wrapProgram invocation
Diffstat (limited to 'pkgs/applications/kde')
-rw-r--r--pkgs/applications/kde/ark/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/kde/ark/default.nix b/pkgs/applications/kde/ark/default.nix
index 013e2e63f599c..fb631414838cd 100644
--- a/pkgs/applications/kde/ark/default.nix
+++ b/pkgs/applications/kde/ark/default.nix
@@ -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;