popt-0.16
Thanks to Peter Simons for preparing this. Make sure you have nixos 31132. svn path=/nixpkgs/trunk/; revision=31133
This commit is contained in:
parent
fd64bc5289
commit
daa459cc8a
@ -1,10 +1,14 @@
|
|||||||
{stdenv, fetchurl}:
|
{stdenv, fetchurl}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation rec {
|
||||||
name = "popt-1.15";
|
name = "popt-1.16";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://rpm5.org/files/popt/popt-1.15.tar.gz;
|
url = "http://rpm5.org/files/popt/${name}.tar.gz";
|
||||||
sha256 = "1wqbcimg4zlfp7261i89s1918a46fjfbvq1a4ij4a6prk27576q6";
|
sha256 = "1j2c61nn2n351nhj4d25mnf3vpiddcykq005w2h6kw79dwlysa77";
|
||||||
|
};
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "command line option parsing library";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user