mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
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.mkDerivation {
|
||||
name = "popt-1.15";
|
||||
stdenv.mkDerivation rec {
|
||||
name = "popt-1.16";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://rpm5.org/files/popt/popt-1.15.tar.gz;
|
||||
sha256 = "1wqbcimg4zlfp7261i89s1918a46fjfbvq1a4ij4a6prk27576q6";
|
||||
url = "http://rpm5.org/files/popt/${name}.tar.gz";
|
||||
sha256 = "1j2c61nn2n351nhj4d25mnf3vpiddcykq005w2h6kw79dwlysa77";
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "command line option parsing library";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user