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
@@ -73,5 +73,6 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://www.ffmpeg.org/;
description = "A complete, cross-platform solution to record, convert and stream audio and video";
broken = true;
};
}
@@ -101,5 +101,6 @@ stdenv.mkDerivation rec {
homepage = http://www.ffmpeg.org/;
description = "A complete, cross-platform solution to record, convert and stream audio and video";
license = if (fdkAACSupport || faacSupport) then stdenv.lib.licenses.unfree else stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.linux;
};
}