summary refs log tree commit diff
path: root/pkgs/development/libraries/libomxil-bellagio
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2016-08-11 22:38:00 -0500
committerMatthew Bauer <mjbauer95@gmail.com>2016-08-16 19:25:42 +0000
commit483a480ceaf92736043223237441ace081dde4f1 (patch)
tree9bc78e16f10ed9b8e175535cc2d4f3b2e19c9d4f /pkgs/development/libraries/libomxil-bellagio
parent122bac8f26bf265c57c877c56bf43137d32bf824 (diff)
downloadnixpkgs-483a480ceaf92736043223237441ace081dde4f1.tar
nixpkgs-483a480ceaf92736043223237441ace081dde4f1.tar.gz
nixpkgs-483a480ceaf92736043223237441ace081dde4f1.tar.bz2
nixpkgs-483a480ceaf92736043223237441ace081dde4f1.tar.lz
nixpkgs-483a480ceaf92736043223237441ace081dde4f1.tar.xz
nixpkgs-483a480ceaf92736043223237441ace081dde4f1.tar.zst
nixpkgs-483a480ceaf92736043223237441ace081dde4f1.zip
libomxil-bellagio: disable on Darwin
I can't find any information on this for Darwin. It appears to be
Linux-only.
Diffstat (limited to 'pkgs/development/libraries/libomxil-bellagio')
-rw-r--r--pkgs/development/libraries/libomxil-bellagio/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libomxil-bellagio/default.nix b/pkgs/development/libraries/libomxil-bellagio/default.nix
index 24e46c0802b..6328494c17e 100644
--- a/pkgs/development/libraries/libomxil-bellagio/default.nix
+++ b/pkgs/development/libraries/libomxil-bellagio/default.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
     homepage = http://sourceforge.net/projects/omxil/;
     description = "An opensource implementation of the Khronos OpenMAX Integration Layer API to access multimedia components";
     license = licenses.lgpl21;
-    platforms = platforms.all;
+    platforms = platforms.linux;
     maintainers = with maintainers; [ wkennington ];
   };
 }