From 94993518d703e34f7e72df2a469cfd71e3881f53 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 25 May 2009 13:52:18 +0000 Subject: [PATCH] * I'm pretty sure the i18n module shouldn't be conditional on pulseaudio :-) svn path=/nixos/branches/modular-nixos/; revision=15723 --- system/i18n.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/system/i18n.nix b/system/i18n.nix index 836fa2200a2..c7a6f1c24d8 100644 --- a/system/i18n.nix +++ b/system/i18n.nix @@ -39,9 +39,8 @@ in ###### implementation -mkIf config.services.pulseaudio.enable { +{ require = [ options ]; - }