gst-plugins-good: supports darwin

This commit is contained in:
Matthew Bauer 2017-04-21 00:18:47 -05:00
parent f1346f5854
commit b73eb69582
No known key found for this signature in database
GPG Key ID: E04D0AD9469141C3

View File

@ -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 {