Merge branch 'master' into x-updates

This commit is contained in:
Vladimír Čunát
2013-09-07 16:19:46 +02:00
162 changed files with 5708 additions and 1601 deletions

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