aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/cups.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-05-01 17:46:06 +0200
committerMarius Bakke <mbakke@fastmail.com>2019-05-01 22:15:01 +0200
commitca86b0bae36063a136336700d94b278ed094250d (patch)
tree921c2bb43be7d39c444e76edd86626fe364276f3 /gnu/services/cups.scm
parentbd9d5dbb86c7204a73b6e7dbe03b767748b33365 (diff)
downloadguix-ca86b0bae36063a136336700d94b278ed094250d.tar.gz
guix-ca86b0bae36063a136336700d94b278ed094250d.zip
gnu: ungoogled-chromium: Unbundle openjpeg again.
This is a follow-up to commit 40594fdcb9e360d68e5444771b5467ba5bbbfcf2. * gnu/packages/chromium.scm (%preserved-third-party-files): Remove 'third_party/pdfium/third_party/libopenjpeg20'. (ungoogled-chromium)[arguments]: Fix typo in #:configure-flags.
Diffstat (limited to 'gnu/services/cups.scm')
0 files changed, 0 insertions, 0 deletions
ust 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