mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
* ‘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 {
|
||||
name = "which-2.20";
|
||||
@ -8,8 +8,6 @@ stdenv.mkDerivation {
|
||||
sha256 = "1y2p50zadb36izzh2zw4dm5hvdiydqf3qa88l8kav20dcmfbc5yl";
|
||||
};
|
||||
|
||||
buildInputs = [readline];
|
||||
|
||||
meta = {
|
||||
homepage = http://ftp.gnu.org/gnu/which/;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user