1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 21:21:06 +00:00

Add meta attributes for jbig2enc

This commit is contained in:
Gergely Risko 2013-08-28 22:07:20 +02:00 committed by Evgeny Egorochkin
parent 6c94e9179b
commit 41a52417fe

View file

@ -16,4 +16,10 @@
preFixup = ''
make clean
'';
meta = {
description = "Encoder for the JBIG2 image compression format";
license = stdenv.lib.licenses.asl20;
platforms = stdenv.lib.platforms.all;
};
}