Mark a bunch of packages as broken or not supported on Darwin

This commit is contained in:
Eelco Dolstra
2014-08-08 17:59:02 +02:00
parent 66fb10ecb5
commit 8a7f3c3618
55 changed files with 112 additions and 98 deletions
@@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
description = "SDL multi-channel audio mixer library";
homepage = http://www.libsdl.org/projects/SDL_mixer/;
maintainers = with maintainers; [ lovek323 ];
platforms = platforms.unix;
platforms = platforms.linux;
};
}