mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
svn path=/nixpkgs/branches/stdenv-updates/; revision=15259
This commit is contained in:
parent
7ec61219db
commit
fd6de46f40
@ -1,6 +1,6 @@
|
||||
{stdenv, fetchurl, gettext}:
|
||||
|
||||
assert stdenv.isLinux;
|
||||
assert stdenv.isLinux && stdenv ? glibc;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "checkinstall-1.6.2pre20081116";
|
||||
|
Loading…
Reference in New Issue
Block a user