summary refs log tree commit diff
path: root/pkgs/applications/science/geometry
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/science/geometry
parent7fb1c7efcfa34a4af9f5de5fbde9e12d15017a90 (diff)
downloadnixpkgs-eb7404d97a7e46df1f598a74982ca06e08033a45.tar
nixpkgs-eb7404d97a7e46df1f598a74982ca06e08033a45.tar.gz
nixpkgs-eb7404d97a7e46df1f598a74982ca06e08033a45.tar.bz2
nixpkgs-eb7404d97a7e46df1f598a74982ca06e08033a45.tar.lz
nixpkgs-eb7404d97a7e46df1f598a74982ca06e08033a45.tar.xz
nixpkgs-eb7404d97a7e46df1f598a74982ca06e08033a45.tar.zst
nixpkgs-eb7404d97a7e46df1f598a74982ca06e08033a45.zip
all-packages: Use callPackage where possible
Diffstat (limited to 'pkgs/applications/science/geometry')
-rw-r--r--pkgs/applications/science/geometry/drgeo/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/geometry/drgeo/default.nix b/pkgs/applications/science/geometry/drgeo/default.nix
index c18a6ed7426..63b757945d2 100644
--- a/pkgs/applications/science/geometry/drgeo/default.nix
+++ b/pkgs/applications/science/geometry/drgeo/default.nix
@@ -1,4 +1,4 @@
-args : with args; 
+args @ { libxml2, perl, intltool, libtool, pkgconfig, gtk, ... } : with args;
 let version = lib.attrByPath ["version"] "1.1.0" args; in
 rec {
   src = fetchurl {
@@ -17,7 +17,7 @@ rec {
   doPreBuild = fullDepEntry (''
     cp drgeo.desktop.in drgeo.desktop
   '') ["minInit" "doUnpack"];
-      
+
   name = "drgeo-" + version;
   meta = {
     description = "Interactive geometry program";