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
@@ -11,5 +11,6 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://www.libexpat.org/;
description = "A stream-oriented XML parser library written in C";
platforms = stdenv.lib.platforms.all;
};
}