mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
* p7zip updated to 9.04.
svn path=/nixpkgs/trunk/; revision=17688
This commit is contained in:
parent
672d3856df
commit
8cb83682c4
@ -1,19 +1,22 @@
|
|||||||
{stdenv, fetchurl}:
|
{stdenv, fetchurl}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "p7zip-4.57";
|
name = "p7zip-9.04";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://sourceforge/p7zip/p7zip_4.57_src_all.tar.bz2;
|
url = mirror://sourceforge/p7zip/p7zip_9.04_src_all.tar.bz2;
|
||||||
sha256 = "0lsvw1bh6dzpxn8kyl7s79w2drpfxaa1c79khqm56gfmdlw27s80";
|
sha256 = "1azr73vlj602hl6siagnqd1rn8sw73lny292jqgspg0lb9wvdyyx";
|
||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = "
|
preConfigure =
|
||||||
makeFlagsArray=(DEST_HOME=$out)
|
''
|
||||||
";
|
makeFlagsArray=(DEST_HOME=$out)
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://p7zip.sourceforge.net/;
|
homepage = http://p7zip.sourceforge.net/;
|
||||||
description = "A port of the 7-zip archiver";
|
description = "A port of the 7-zip archiver";
|
||||||
|
# license = "LGPLv2.1+"; + "unRAR restriction"
|
||||||
|
platforms = [ stdenv.lib.platforms.unix ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user