about summary refs log tree commit diff
path: root/pkgs/applications/version-management/viewmtn
diff options
context:
space:
mode:
authorMathnerd314 <mathnerd314.gph+hs@gmail.com>2015-09-14 22:27:19 -0600
committerMathnerd314 <mathnerd314.gph+hs@gmail.com>2015-09-14 22:27:19 -0600
commiteb7404d97a7e46df1f598a74982ca06e08033a45 (patch)
tree6b5752df7032ba1efc535cf884db4891f20dd786 /pkgs/applications/version-management/viewmtn
parent7fb1c7efcfa34a4af9f5de5fbde9e12d15017a90 (diff)
all-packages: Use callPackage where possible
Diffstat (limited to 'pkgs/applications/version-management/viewmtn')
-rw-r--r--pkgs/applications/version-management/viewmtn/0.10.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/applications/version-management/viewmtn/0.10.nix b/pkgs/applications/version-management/viewmtn/0.10.nix
index d5e7d1e7c83aa..be8cc83c30088 100644
--- a/pkgs/applications/version-management/viewmtn/0.10.nix
+++ b/pkgs/applications/version-management/viewmtn/0.10.nix
@@ -1,5 +1,4 @@
-
-args : with args; 
+args @ { monotone, cheetahTemplate, highlight, ctags, makeWrapper, graphviz, which, python, ... }: with args;
 rec {
   src = fetchurl {
     url = http://viewmtn.1erlei.de/downloads/viewmtn-0.10.tgz;