Try protecting FreeBSD from instntiating TinyCC

svn path=/nixpkgs/trunk/; revision=13184
This commit is contained in:
Michael Raskin
2008-11-03 19:16:21 +00:00
parent 4e3a66df31
commit 9e48add3e0
3 changed files with 13 additions and 5 deletions
@@ -1,5 +1,7 @@
{ stdenv, fetchurl, perl, texinfo }:
assert stdenv ? glibc;
let version = "0.9.24"; in
stdenv.mkDerivation {
name = "tinycc-${version}";