summary refs log tree commit diff
path: root/pkgs/applications/audio/cmus/default.nix
diff options
context:
space:
mode:
authorSamuel Dionne-Riel <samuel@dionne-riel.com>2019-02-15 17:49:01 -0500
committerGitHub <noreply@github.com>2019-02-15 17:49:01 -0500
commitf8eef26991c3a6660e4343ab42253056826932a8 (patch)
tree0d066edaafd70e729bd898d17c75196cd6ce124b /pkgs/applications/audio/cmus/default.nix
parent2e359d93ef5cffbafa7626c20161cb355844d514 (diff)
parente29565110886f9857e48376191f9fbd8e43e2a6d (diff)
downloadnixpkgs-f8eef26991c3a6660e4343ab42253056826932a8.tar
nixpkgs-f8eef26991c3a6660e4343ab42253056826932a8.tar.gz
nixpkgs-f8eef26991c3a6660e4343ab42253056826932a8.tar.bz2
nixpkgs-f8eef26991c3a6660e4343ab42253056826932a8.tar.lz
nixpkgs-f8eef26991c3a6660e4343ab42253056826932a8.tar.xz
nixpkgs-f8eef26991c3a6660e4343ab42253056826932a8.tar.zst
nixpkgs-f8eef26991c3a6660e4343ab42253056826932a8.zip
Merge pull request #55732 from oxij/tree/move-defaults-to-package-files-mostly-pulse
all-packages.nix: move defaults to package files continues
Diffstat (limited to 'pkgs/applications/audio/cmus/default.nix')
-rw-r--r--pkgs/applications/audio/cmus/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/cmus/default.nix b/pkgs/applications/audio/cmus/default.nix
index e36d01b8d2e..9f69e305f24 100644
--- a/pkgs/applications/audio/cmus/default.nix
+++ b/pkgs/applications/audio/cmus/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, runCommand, ncurses, pkgconfig
+{ config, stdenv, fetchFromGitHub, runCommand, ncurses, pkgconfig
 , libiconv, CoreAudio
 
 , alsaSupport ? stdenv.isLinux, alsaLib ? null
@@ -7,7 +7,7 @@
 , jackSupport ? false, libjack ? null
 , samplerateSupport ? jackSupport, libsamplerate ? null
 , ossSupport ? false, alsaOss ? null
-, pulseaudioSupport ? false, libpulseaudio ? null
+, pulseaudioSupport ? config.pulseaudio or false, libpulseaudio ? null
 
 # TODO: add these
 #, artsSupport