* Fix that annoying deprecated getAttr warning.
svn path=/nixpkgs/trunk/; revision=16049
This commit is contained in:
parent
c59fb90f62
commit
c69010d6eb
@ -2,7 +2,7 @@ a :
|
|||||||
let
|
let
|
||||||
fetchurl = a.fetchurl;
|
fetchurl = a.fetchurl;
|
||||||
|
|
||||||
version = a.lib.getAttr ["version"] "0.6c9" a;
|
version = a.lib.attrByPath ["version"] "0.6c9" a;
|
||||||
buildInputs = with a; [
|
buildInputs = with a; [
|
||||||
python makeWrapper
|
python makeWrapper
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user