3
0
Fork 0
forked from mirrors/nixpkgs

svn path=/nixpkgs/branches/stdenv-updates/; revision=15259

This commit is contained in:
Eelco Dolstra 2009-04-22 23:08:25 +00:00
parent 7ec61219db
commit fd6de46f40

View file

@ -1,6 +1,6 @@
{stdenv, fetchurl, gettext}:
assert stdenv.isLinux;
assert stdenv.isLinux && stdenv ? glibc;
stdenv.mkDerivation {
name = "checkinstall-1.6.2pre20081116";