From f7f938a1d15277fa11a2cbf75fe9c7d4344f25c3 Mon Sep 17 00:00:00 2001 From: Marc Weber Date: Sun, 24 May 2009 10:57:41 +0000 Subject: big breaking change: renaming lib.getAttr to lib.attrByPath getAttr was ambiguous. It's also a builtin function fix svn path=/nixpkgs/trunk/; revision=15692 --- pkgs/applications/science/geometry/drgeo/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications/science/geometry/drgeo') 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; -- cgit 1.4.1