summary refs log tree commit diff
path: root/pkgs/applications/audio/strawberry/default.nix
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-07-22 02:18:02 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-07-22 02:18:02 +0200
commite133ff645ebcda2e2da6cecaad6d6a85b542d970 (patch)
treee65194515b86cc5f276b135ba254a5dae64f39d0 /pkgs/applications/audio/strawberry/default.nix
parent99d4811deee437015cb61f683b66f56feb21e86b (diff)
downloadnixpkgs-e133ff645ebcda2e2da6cecaad6d6a85b542d970.tar
nixpkgs-e133ff645ebcda2e2da6cecaad6d6a85b542d970.tar.gz
nixpkgs-e133ff645ebcda2e2da6cecaad6d6a85b542d970.tar.bz2
nixpkgs-e133ff645ebcda2e2da6cecaad6d6a85b542d970.tar.lz
nixpkgs-e133ff645ebcda2e2da6cecaad6d6a85b542d970.tar.xz
nixpkgs-e133ff645ebcda2e2da6cecaad6d6a85b542d970.tar.zst
nixpkgs-e133ff645ebcda2e2da6cecaad6d6a85b542d970.zip
strawberry: cleanup
Diffstat (limited to 'pkgs/applications/audio/strawberry/default.nix')
-rw-r--r--pkgs/applications/audio/strawberry/default.nix23
1 files changed, 10 insertions, 13 deletions
diff --git a/pkgs/applications/audio/strawberry/default.nix b/pkgs/applications/audio/strawberry/default.nix
index 8fb3bda683f..6cc55650220 100644
--- a/pkgs/applications/audio/strawberry/default.nix
+++ b/pkgs/applications/audio/strawberry/default.nix
@@ -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