Try protecting FreeBSD from instntiating TinyCC
svn path=/nixpkgs/trunk/; revision=13184
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
{ stdenv, fetchurl, perl, texinfo }:
|
||||
|
||||
assert stdenv ? glibc;
|
||||
|
||||
let version = "0.9.24"; in
|
||||
stdenv.mkDerivation {
|
||||
name = "tinycc-${version}";
|
||||
|
||||
Reference in New Issue
Block a user