about summary refs log tree commit diff
path: root/pkgs/applications/science/geometry/drgeo
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/science/geometry/drgeo')
-rw-r--r--pkgs/applications/science/geometry/drgeo/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/geometry/drgeo/default.nix b/pkgs/applications/science/geometry/drgeo/default.nix
index 8f0bcd086545..ff52d3667652 100644
--- a/pkgs/applications/science/geometry/drgeo/default.nix
+++ b/pkgs/applications/science/geometry/drgeo/default.nix
@@ -1,5 +1,5 @@
 args : with args; 
-let version = lib.getAttr ["version"] "1.1.0" args; in
+let version = lib.attrByPath ["version"] "1.1.0" args; in
 rec {
   src = fetchurl {
     url = http://downloads.sourceforge.net/ofset/drgeo-1.1.0.tar.gz;