Commit 1f1e07b4 authored by ryneeverett's avatar ryneeverett
Browse files

exaile: Support more media formats by default

- gst-plugins-bad (m4a)
- gst-plugins-ugly (wma)
- gst-libav (wma)
parent 98ec3459
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -8,7 +8,6 @@
, notificationSupport ? true
, scalableIconSupport ? true
, translationSupport ? true
, bpmCounterSupport ? false
, ipythonSupport ? false
, cdMetadataSupport ? false
, lastfmSupport ? false
@@ -48,6 +47,9 @@ stdenv.mkDerivation rec {
    gstreamer
    gst-plugins-base
    gst-plugins-good
    gst-plugins-bad
    gst-plugins-ugly
    gst-libav
  ]) ++ (with python3.pkgs; [
    bsddb3
    dbus-python
@@ -58,7 +60,6 @@ stdenv.mkDerivation rec {
  ]) ++ lib.optional deviceDetectionSupport udisks
  ++ lib.optional notificationSupport libnotify
  ++ lib.optional scalableIconSupport librsvg
  ++ lib.optional bpmCounterSupport gst_all_1.gst-plugins-bad
  ++ lib.optional ipythonSupport python3.pkgs.ipython
  ++ lib.optional cdMetadataSupport python3.pkgs.discid
  ++ lib.optional lastfmSupport python3.pkgs.pylast