gst-plugins-good: supports darwin
This commit is contained in:
parent
f1346f5854
commit
b73eb69582
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||||||
code, LGPL or LGPL-compatible for the supporting library).
|
code, LGPL or LGPL-compatible for the supporting library).
|
||||||
'';
|
'';
|
||||||
license = licenses.lgpl2Plus;
|
license = licenses.lgpl2Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
};
|
};
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user