npth: updating to released version 0.91

Previously there was a fetchgit.
This commit is contained in:
Lluis Batlle 2012-11-15 08:58:17 +01:00
parent 085825bc3c
commit 9db4772c4e

View File

@ -1,18 +1,13 @@
{ stdenv, fetchgit, autoconf, automake, libtool }: { stdenv, fetchurl }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "npth-git20120407"; name = "npth-0.91";
src = fetchgit { src = fetchurl {
url = "git://git.gnupg.org/npth.git"; url = "ftp://ftp.gnupg.org/gcrypt/npth/${name}.tar.bz2";
rev = "cbb52bd5ada02bbd914869f4540221831358d077"; sha256 = "1qgs1n70x83dyyysabg50dh8s3464jwsa63qi5if2cd3sk78dvya";
sha256 = "1789b15bc49171d47bbd5a3bccbadc7dde1ae095bb2c205c7ec5d7a36573876d";
}; };
buildInputs = [ autoconf automake libtool ];
preConfigure = "autoreconf -vfi";
meta = { meta = {
description = "The New GNU Portable Threads Library"; description = "The New GNU Portable Threads Library";
longDescription = '' longDescription = ''