non-Linux platforms: extend to some important pkgs

This commit is contained in:
Vladimír Čunát
2013-06-18 22:03:35 +02:00
parent 3cba755596
commit 2058d95eb4
9 changed files with 10 additions and 5 deletions
@@ -20,5 +20,6 @@ stdenv.mkDerivation rec {
description = "The official reference implementation for the PNG file format";
homepage = http://www.libpng.org/pub/png/libpng.html;
license = "free-non-copyleft"; # http://www.libpng.org/pub/png/src/libpng-LICENSE.txt
platforms = stdenv.lib.platforms.all;
};
}