mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
pigz: add license
This commit is contained in:
parent
b95454da65
commit
fd59d5642e
@ -28,9 +28,10 @@ stdenv.mkDerivation {
|
||||
install -Dm755 pigz.pdf "$out/share/doc/pigz/pigz.pdf"
|
||||
'';
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.zlib.net/pigz/;
|
||||
description = "A parallel implementation of gzip for multi-core machines";
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
license = licenses.zlib;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user