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:
parent
122bac8f26
commit
483a480cea
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue