mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-09 20:16:16 +03:00
* Fix that annoying deprecated getAttr warning.
svn path=/nixpkgs/trunk/; revision=16049
This commit is contained in:
parent
c59fb90f62
commit
c69010d6eb
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue