gst-plugins-good: supports darwin
This commit is contained in:
parent
f1346f5854
commit
b73eb69582
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||
code, LGPL or LGPL-compatible for the supporting library).
|
||||
'';
|
||||
license = licenses.lgpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
};
|
||||
|
||||
src = fetchurl {
|
||||
|
|
Loading…
Reference in a new issue