3
0
Fork 0
forked from mirrors/nixpkgs

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).
'';
license = licenses.lgpl2Plus;
platforms = platforms.linux;
platforms = platforms.linux ++ platforms.darwin;
};
src = fetchurl {