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
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://sourceforge.net/projects/omxil/;
|
homepage = http://sourceforge.net/projects/omxil/;
|
||||||
description = "An opensource implementation of the Khronos OpenMAX Integration Layer API to access multimedia components";
|
description = "An opensource implementation of the Khronos OpenMAX Integration Layer API to access multimedia components";
|
||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21;
|
||||||
platforms = platforms.all;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ wkennington ];
|
maintainers = with maintainers; [ wkennington ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user