From b1204359faf82a68465ba285f8d40dffd671241e Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Fri, 26 Nov 2021 13:22:20 +0100 Subject: pulseaudio-dlna: minor cleanups --- pkgs/applications/audio/pulseaudio-dlna/default.nix | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/pkgs/applications/audio/pulseaudio-dlna/default.nix b/pkgs/applications/audio/pulseaudio-dlna/default.nix index 11c1fd081fd49..98803b32ec9fa 100644 --- a/pkgs/applications/audio/pulseaudio-dlna/default.nix +++ b/pkgs/applications/audio/pulseaudio-dlna/default.nix @@ -2,26 +2,19 @@ , lib , python3Packages , mp3Support ? true -, lame ? null +, lame , opusSupport ? true -, opusTools ? null +, opusTools , faacSupport ? false -, faac ? null +, faac , flacSupport ? true -, flac ? null +, flac , soxSupport ? true -, sox ? null +, sox , vorbisSupport ? true -, vorbis-tools ? null +, vorbis-tools }: -assert mp3Support -> lame != null; -assert opusSupport -> opusTools != null; -assert faacSupport -> faac != null; -assert flacSupport -> flac != null; -assert soxSupport -> sox != null; -assert vorbisSupport -> vorbis-tools != null; - python3Packages.buildPythonApplication { pname = "pulseaudio-dlna"; version = "unstable-2021-11-09"; -- cgit 1.4.1