Merge pull request #55732 from oxij/tree/move-defaults-to-package-files-mostly-pulse

all-packages.nix: move defaults to package files continues
This commit is contained in:
Samuel Dionne-Riel
2019-02-15 17:49:01 -05:00
committed by GitHub
11 changed files with 44 additions and 65 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
{ stdenv, fetchurl, pkgconfig, python3, alsaSupport, alsaLib ? null, bluez, systemdSupport, systemd ? null }:
{ stdenv, fetchurl, pkgconfig, python3, bluez
, alsaSupport ? stdenv.isLinux, alsaLib ? null
, systemdSupport ? stdenv.isLinux, systemd ? null }:
assert alsaSupport -> alsaLib != null;
assert systemdSupport -> systemd != null;