3
0
Fork 0
forked from mirrors/nixpkgs

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;
};
}