From d6cb78756746f44a2a4f8b3fb102c477686dd6b0 Mon Sep 17 00:00:00 2001 From: Mart Kolthof Date: Mon, 9 Jan 2006 12:35:29 +0000 Subject: [PATCH] obeying the (un)written convention of attribute naming svn path=/nixpkgs/trunk/; revision=4524 --- pkgs/system/all-packages-generic.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix index 66aeb2429cf..88bec624678 100644 --- a/pkgs/system/all-packages-generic.nix +++ b/pkgs/system/all-packages-generic.nix @@ -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; };