svn path=/nixpkgs/trunk/; revision=17689
This commit is contained in:
parent
8cb83682c4
commit
1608964306
@ -17,6 +17,6 @@ stdenv.mkDerivation {
|
|||||||
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"
|
# license = "LGPLv2.1+"; + "unRAR restriction"
|
||||||
platforms = [ stdenv.lib.platforms.unix ];
|
platforms = stdenv.lib.platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -22,6 +22,6 @@ stdenv.mkDerivation {
|
|||||||
homepage = http://www.info-zip.org;
|
homepage = http://www.info-zip.org;
|
||||||
description = "An extraction utility for archives compressed in .zip format";
|
description = "An extraction utility for archives compressed in .zip format";
|
||||||
license = "free"; # http://www.info-zip.org/license.html
|
license = "free"; # http://www.info-zip.org/license.html
|
||||||
meta.platforms = [ stdenv.lib.platforms.all ];
|
meta.platforms = stdenv.lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user