gst-plugins: fix on Darwin

This commit is contained in:
Matthew Bauer
2018-04-24 18:35:54 -05:00
parent 00bf115047
commit 734b13a817
3 changed files with 12 additions and 3 deletions
@@ -35,6 +35,7 @@ stdenv.mkDerivation rec {
'';
license = licenses.lgpl2Plus;
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ matthewbauer ];
};
preConfigure = ''