* Qt updated to 4.4.3 in preparation of upgrading KDE to 4.2.
svn path=/nixpkgs/trunk/; revision=13974
This commit is contained in:
@@ -1,12 +1,16 @@
|
||||
{stdenv, fetchurl, readline}: stdenv.mkDerivation {
|
||||
{stdenv, fetchurl, readline}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "which-2.20";
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://gnu/which/which-2.20.tar.gz;
|
||||
sha256 = "1y2p50zadb36izzh2zw4dm5hvdiydqf3qa88l8kav20dcmfbc5yl";
|
||||
};
|
||||
|
||||
buildInputs = [readline];
|
||||
|
||||
meta = {
|
||||
homepage = http://ftp.gnu.org/gnu/which/;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user