3
0
Fork 0
forked from mirrors/nixpkgs

obeying the (un)written convention of attribute naming

svn path=/nixpkgs/trunk/; revision=4524
This commit is contained in:
Mart Kolthof 2006-01-09 12:35:29 +00:00
parent ebc93faa32
commit d6cb787567

View file

@ -798,7 +798,7 @@ rec {
inherit stdenv fetchurl ocaml perl;
};
cil_aterm = (import ../development/libraries/cil-aterm) {
cilaterm = (import ../development/libraries/cil-aterm) {
inherit stdenv fetchurl ocaml perl;
};