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
This commit is contained in:
@@ -3,7 +3,7 @@ let
|
||||
fetchurl = args.fetchurl;
|
||||
lib=args.lib;
|
||||
|
||||
version = lib.getAttr ["version"] "3.01" args;
|
||||
version = lib.attrByPath ["version"] "3.01" args;
|
||||
buildInputs = with args; [
|
||||
libX11 xproto libXext xextproto libXtst gtk
|
||||
libXi inputproto pkgconfig recordproto
|
||||
|
||||
Reference in New Issue
Block a user