* ‘which’ doesn't actually depend on readline.
svn path=/nixpkgs/branches/stdenv-updates/; revision=30861
This commit is contained in:
parent
da3eea5c9e
commit
661ea8936f
@ -1,4 +1,4 @@
|
|||||||
{stdenv, fetchurl, readline}:
|
{ stdenv, fetchurl }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "which-2.20";
|
name = "which-2.20";
|
||||||
@ -8,8 +8,6 @@ stdenv.mkDerivation {
|
|||||||
sha256 = "1y2p50zadb36izzh2zw4dm5hvdiydqf3qa88l8kav20dcmfbc5yl";
|
sha256 = "1y2p50zadb36izzh2zw4dm5hvdiydqf3qa88l8kav20dcmfbc5yl";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [readline];
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://ftp.gnu.org/gnu/which/;
|
homepage = http://ftp.gnu.org/gnu/which/;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user