* Fix evaluation errors.

svn path=/nixpkgs/trunk/; revision=29955
This commit is contained in:
Eelco Dolstra
2011-10-21 14:43:18 +00:00
parent 11d18ba4fd
commit 5e51aadc10
4 changed files with 19 additions and 19 deletions

View File

@@ -1,5 +1,7 @@
{ stdenv, fetchurl, perl, groff, llvm }:
assert stdenv.isLinux;
let version = "2.9"; in
stdenv.mkDerivation {