Fix some meta

This commit is contained in:
William A. Kennington III
2015-05-01 15:06:39 -07:00
parent 1d15063768
commit 21fea99191
3 changed files with 9 additions and 8 deletions
@@ -48,6 +48,7 @@ stdenv.mkDerivation (rec {
meta = with stdenv.lib; {
description = "Lossless data-compression library";
license = licenses.zlib;
platforms = platforms.all;
};
} // (if stdenv.isDarwin then {
postInstall = ''