From mboxrd@z Thu Jan 1 00:00:00 1970 From: Subject: Re: Disable ugly pc-speaker sound in Slim auth failure Date: Sat, 16 Mar 2019 14:17:31 +0100 (CET) Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_55954_250030062.1552742253182" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:42818) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h59SN-0005jV-Jm for help-guix@gnu.org; Sat, 16 Mar 2019 09:34:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h59C2-0004Sa-WA for help-guix@gnu.org; Sat, 16 Mar 2019 09:17:46 -0400 Received: from w1.tutanota.de ([81.3.6.162]:9148) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h59By-0004JB-9V for help-guix@gnu.org; Sat, 16 Mar 2019 09:17:39 -0400 Received: from w2.tutanota.de (unknown [192.168.1.163]) by w1.tutanota.de (Postfix) with ESMTP id 2E371FA0482 for ; Sat, 16 Mar 2019 13:17:33 +0000 (UTC) In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Znavko Cc: Help Guix ------=_Part_55954_250030062.1552742253182 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I've found this example: https://github.com/alezost/guix-config/blob/master= /system-config/os-main.scm and have typed this for disable pc speaker: (define %redundant-linux-modules '("pcspkr" "snd_pcsp")) (operating system ... =C2=A0(kernel-arguments =C2=A0=C2=A0=C2=A0=C2=A0 (list (string-append "modprobe.blacklist=3D" =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= (apply comma-separated =C2=A0=C2=A0=C2=A0 %redundant-linux-modules))))) # guix system reconfigure /etc/config.scm /etc/config.scm:97:26: error: comma-separated: unbound variable hint: Did you forget a `use-modules' form? I've downloaded Guix git and found this word but no anywhere declaration of= comma-separated function: $ git clone https://git.savannah.gnu.org/git/guix.git/ $ grep -rl comma-sep . ./etc/completion/fish/guix.fish ./tests/cran.scm ./tests/ui.scm ./doc/guix.texi ./doc/guix.fr.texi ./doc/guix.de.texi ./po/packages/da.po ./po/packages/de.po ./po/packages/es.po ./po/packages/zh_CN.po ./po/packages/fr.po ./po/packages/pl.po ./po/packages/hu.po ./po/doc/guix-manual.fr.po ./po/doc/guix-manual.pot ./po/doc/guix-manual.de.po ./po/guix/pt_BR.po ./po/guix/da.po ./po/guix/sv.po ./po/guix/de.po ./po/guix/es.po ./po/guix/zh_CN.po ./po/guix/fr.po ./po/guix/pl.po ./gnu/packages/music.scm ./gnu/packages/bootstrap/x86_64-linux/xz ./gnu/packages/bootstrap/aarch64-linux/xz ./gnu/packages/bootstrap/mips64el-linux/xz ./gnu/packages/bootstrap/i686-linux/xz ./gnu/packages/bootstrap/armhf-linux/xz ./gnu/packages/perl.scm ./gnu/packages/textutils.scm ./gnu/services/mail.scm ./gnu/services/kerberos.scm ./gnu/build/accounts.scm ./guix/scripts/gc.scm ./guix/ui.scm ./guix/import/cran.scm How to tell guix how to use comma-separated function?? Mentioned github page has no any use-modules string that can help. ------=_Part_55954_250030062.1552742253182 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

and have typed this for disable pc speake= r:


(define %redundant-linux-modules '("pcspkr" = "snd_pcsp"))

(operating system
...
 (kernel-arguments
     (list (string= -append "modprobe.blacklist=3D"
      &nbs= p;            &= nbsp;      (apply comma-separated
  &= nbsp; %redundant-linux-modules))))
)


# guix system reconfigure /etc/config.scm
/etc/config.scm:97:26: e= rror: comma-separated: unbound variable
hint: Did you forget a `use-modu= les' form?


I've downloaded Guix git and found this word but no anywhere declarat= ion of comma-separated function:

$ gre= p -rl comma-sep .
./etc/completion/fish/guix.fish
./tests/cran.scm./tests/ui.scm
./doc/guix.texi
./doc/guix.fr.texi
./doc/guix.de.t= exi
./po/packages/da.po
./po/packages/de.po
./po/packages/es.po./po/packages/zh_CN.po
./po/packages/fr.po
./po/packages/pl.po
./= po/packages/hu.po
./po/doc/guix-manual.fr.po
./po/doc/guix-manual.pot=
./po/doc/guix-manual.de.po
./po/guix/pt_BR.po
./po/guix/da.po
= ./po/guix/sv.po
./po/guix/de.po
./po/guix/es.po
./po/guix/zh_CN.po=
./po/guix/fr.po
./po/guix/pl.po
./gnu/packages/music.scm
./gnu= /packages/bootstrap/x86_64-linux/xz
./gnu/packages/bootstrap/aarch64-lin= ux/xz
./gnu/packages/bootstrap/mips64el-linux/xz
./gnu/packages/boots= trap/i686-linux/xz
./gnu/packages/bootstrap/armhf-linux/xz
./gnu/pack= ages/perl.scm
./gnu/packages/textutils.scm
./gnu/services/mail.scm./gnu/services/kerberos.scm
./gnu/build/accounts.scm
./guix/scripts/= gc.scm
./guix/ui.scm
./guix/import/cran.scm

<= br>
How to tell guix how to us= e comma-separated function??
Mentioned github page has no any use-modules string that can help.
------=_Part_55954_250030062.1552742253182--