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
+1
View File
@@ -15,5 +15,6 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://xiph.org/flac/;
description = "Library and tools for encoding and decoding the FLAC lossless audio file format";
platforms = stdenv.lib.platforms.all;
};
}