strawberry: cleanup

This commit is contained in:
Sandro Jäckel 2021-07-22 02:18:02 +02:00
parent 99d4811dee
commit e133ff645e
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -19,19 +19,19 @@
, protobuf
, sqlite
, taglib
, libpulseaudio ? null
, libselinux ? null
, libsepol ? null
, p11-kit ? null
, util-linux ? null
, libpulseaudio
, libselinux
, libsepol
, p11-kit
, util-linux
, qtbase
, qtx11extras
, qttools
, withGstreamer ? true
, glib-networking
, gst_all_1 ? null
, gst_all_1
, withVlc ? true
, libvlc ? null
, libvlc
}:
mkDerivation rec {
@ -62,21 +62,18 @@ mkDerivation rec {
taglib
qtbase
qtx11extras
]
++ lib.optionals stdenv.isLinux [
] ++ lib.optionals stdenv.isLinux [
libpulseaudio
libselinux
libsepol
p11-kit
]
++ lib.optionals withGstreamer (with gst_all_1; [
] ++ lib.optionals withGstreamer (with gst_all_1; [
glib-networking
gstreamer
gst-plugins-base
gst-plugins-good
gst-plugins-ugly
])
++ lib.optional withVlc libvlc;
]) ++ lib.optional withVlc libvlc;
nativeBuildInputs = [
cmake