libomxil-bellagio: disable on Darwin

I can't find any information on this for Darwin. It appears to be
Linux-only.
This commit is contained in:
Matthew Bauer 2016-08-11 22:38:00 -05:00
parent 122bac8f26
commit 483a480cea

View file

@ -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 ];
};
}