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