aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gimp.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2020-11-13 12:18:14 +0100
committerMarius Bakke <marius@gnu.org>2020-11-13 13:00:02 +0100
commit2c400ae94207b3b84fcdcaa21c122076c050d307 (patch)
tree85c8bb81bd47d34e9434151dd8e90fc1c66a24a5 /gnu/packages/gimp.scm
parent69967919b3d16afe9ac3f13f94867eac373c858c (diff)
downloadguix-2c400ae94207b3b84fcdcaa21c122076c050d307.tar.gz
guix-2c400ae94207b3b84fcdcaa21c122076c050d307.zip
gnu: gst-plugins-bad: Disable flaky test.
* gnu/packages/gstreamer.scm (gst-plugins-bad)[arguments]: Disable one more test in adjust-tests phase.
Diffstat (limited to 'gnu/packages/gimp.scm')
0 files changed, 0 insertions, 0 deletions
gt;derivation-in-linux-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