svn path=/nixpkgs/branches/stdenv-updates/; revision=15259
This commit is contained in:
parent
7ec61219db
commit
fd6de46f40
|
@ -1,6 +1,6 @@
|
||||||
{stdenv, fetchurl, gettext}:
|
{stdenv, fetchurl, gettext}:
|
||||||
|
|
||||||
assert stdenv.isLinux;
|
assert stdenv.isLinux && stdenv ? glibc;
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "checkinstall-1.6.2pre20081116";
|
name = "checkinstall-1.6.2pre20081116";
|
||||||
|
|
Loading…
Reference in New Issue