aboutsummaryrefslogtreecommitdiff
path: root/.guix-channel
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2024-12-20 23:11:17 +0100
committerEkaitz Zarraga <ekaitz@elenq.tech>2024-12-20 23:31:38 +0100
commitb6c68f6660173c51b4bb53ac230ec922137a8c45 (patch)
tree505223a78c4a4aad412c52ad35453743ff726330 /.guix-channel
parentfdcb67250af3df91b3ef090915ba32fe22cce86e (diff)
downloadguix-b6c68f6660173c51b4bb53ac230ec922137a8c45.tar.gz
guix-b6c68f6660173c51b4bb53ac230ec922137a8c45.zip
gnu: Add guile-libnotify.
* gnu/packages/guile-xyz.scm (guile-libnotify): New variable. Change-Id: I675b5952957e6205786a950a8dc90f507e43cdfb
Diffstat (limited to '.guix-channel')
0 files changed, 0 insertions, 0 deletions
. [build]: Call 'make-config.scm' without #:libgcrypt. (docker-image)[config, json]: Remove. [build]: Add GUILE-GCRYPT to the extensions Remove (guix config) from the imported modules. * guix/self.scm (specification->package): Remove "libgcrypt", add "guile-gcrypt". (compiled-guix): Remove #:libgcrypt. [guile-gcrypt]: New variable. [dependencies]: Add it. [*core-modules*]: Remove #:libgcrypt from 'make-config.scm' call. Add #:extensions. [*config*]: Remove #:libgcrypt from 'make-config.scm' call. (%dependency-variables): Remove %libgcrypt. (make-config.scm): Remove #:libgcrypt. * build-aux/build-self.scm (guile-gcrypt): New variable. (make-config.scm): Remove #:libgcrypt. (build-program)[fake-gcrypt-hash]: New variable. Add (gcrypt hash) to the imported modules. Adjust load path assignments. * gnu/packages/package-management.scm (guix)[propagated-inputs]: Add GUILE-GCRYPT. [arguments]: In 'wrap-program' phase, add GUILE-GCRYPT to the search path. Ludovic Courtès