From 9c67a8d113de8a0e3dea5fe0772469853123a59c Mon Sep 17 00:00:00 2001 From: Mart Kolthof Date: Thu, 24 Aug 2006 13:32:56 +0000 Subject: [PATCH] * Third try :P svn path=/nixpkgs/trunk/; revision=6222 --- pkgs/development/libraries/cil-aterm/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/cil-aterm/default.nix b/pkgs/development/libraries/cil-aterm/default.nix index 1b0672f65dbd..d1dfd3c55882 100644 --- a/pkgs/development/libraries/cil-aterm/default.nix +++ b/pkgs/development/libraries/cil-aterm/default.nix @@ -8,5 +8,5 @@ stdenv.mkDerivation { }; patches = [./cil-aterm-1.3.4.patch]; buildInputs = [ ocaml3080 perl ]; - inherit ocaml perl; + inherit ocaml3080 perl; }