* ‘which’ doesn't actually depend on readline.

svn path=/nixpkgs/branches/stdenv-updates/; revision=30861
This commit is contained in:
Eelco Dolstra 2011-12-12 23:41:02 +00:00
parent da3eea5c9e
commit 661ea8936f

View File

@ -1,4 +1,4 @@
{stdenv, fetchurl, readline}:
{ stdenv, fetchurl }:
stdenv.mkDerivation {
name = "which-2.20";
@ -8,8 +8,6 @@ stdenv.mkDerivation {
sha256 = "1y2p50zadb36izzh2zw4dm5hvdiydqf3qa88l8kav20dcmfbc5yl";
};
buildInputs = [readline];
meta = {
homepage = http://ftp.gnu.org/gnu/which/;
};