aboutsummaryrefslogtreecommitdiff
path: root/build-aux/xgettext.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-11-21 16:54:55 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-11-30 15:10:44 +0000
commitf2033e78a871a9c92d9ba89b57bc0d8fc615fe90 (patch)
tree489ca8031cf21fed27f3106e1af23acd6c692dcd /build-aux/xgettext.scm
parent12fcf98071cd2f7e809e40ddf643d93067b6b5d6 (diff)
downloadguix-f2033e78a871a9c92d9ba89b57bc0d8fc615fe90.tar.gz
guix-f2033e78a871a9c92d9ba89b57bc0d8fc615fe90.zip
gnu: python-rad: Update to 0.22.0.
* gnu/packages/astronomy.scm (python-rad): Update to 0.22.0. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: If9509ccba985f08a3a6d263316beb263ff055db4
Diffstat (limited to 'build-aux/xgettext.scm')
0 files changed, 0 insertions, 0 deletions
ux-vm)[config]: Remove. (iso9660-image)[config]: Remove. (qemu-image)[config]: Remove. (system-docker-image)[config]: Remove. * guix/scripts/pack.scm: Adjust imports. (guile-sqlite3&co): Rename to... (gcrypt-sqlite3&co): ... this. Add GUILE-GCRYPT. (self-contained-tarball)[build]: Call 'make-config.scm' without #:libgcrypt argument. (squashfs-image)[libgcrypt]: Remove. [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 2018-07-10guix: Add opam importer....* guix/scripts/import.scm (importers): Add opam. * guix/scripts/import/opam.scm: New file. * guix/import/opam.scm: New file. * tests/opam.scm: New file. * Makefile.am: Add them. * doc/guix.texi (Invoking guix import): Document it. Julien Lepiller