digraph "Guix shepherd-service" { "user-file-systems" [label = "user-file-systems", shape = box, fontname = Helvetica]; "user-processes" -> "user-file-systems" [color = red]; "user-processes" [label = "user-processes", shape = box, fontname = Helvetica]; "nscd" -> "user-processes" [color = red]; "guix-daemon" -> "user-processes" [color = red]; "syslogd" -> "user-processes" [color = red]; "term-tty6" -> "user-processes" [color = red]; "term-tty5" -> "user-processes" [color = red]; "term-tty4" -> "user-processes" [color = red]; "term-tty3" -> "user-processes" [color = red]; "term-tty2" -> "user-processes" [color = red]; "term-tty1" -> "user-processes" [color = red]; "networking" -> "user-processes" [color = red]; "nscd" [label = "nscd", shape = box, fontname = Helvetica]; "guix-daemon" [label = "guix-daemon", shape = box, fontname = Helvetica]; "syslogd" [label = "syslogd", shape = box, fontname = Helvetica]; "ssh-daemon" -> "syslogd" [color = red]; "ssh-daemon" [label = "ssh-daemon", shape = box, fontname = Helvetica]; "term-tty6" [label = "term-tty6", shape = box, fontname = Helvetica]; "console-font-tty6" -> "term-tty6" [color = red]; "console-font-tty6" [label = "console-font-tty6", shape = box, fontname = Helvetica]; "term-tty5" [label = "term-tty5", shape = box, fontname = Helvetica]; "console-font-tty5" -> "term-tty5" [color = red]; "console-font-tty5" [label = "console-font-tty5", shape = box, fontname = Helvetica]; "term-tty4" [label = "term-tty4", shape = box, fontname = Helvetica]; "console-font-tty4" -> "term-tty4" [color = red]; "console-font-tty4" [label = "console-font-tty4", shape = box, fontname = Helvetica]; "term-tty3" [label = "term-tty3", shape = box, fontname = Helvetica]; "console-font-tty3" -> "term-tty3" [color = red]; "console-font-tty3" [label = "console-font-tty3", shape = box, fontname = Helvetica]; "term-tty2" [label = "term-tty2", shape = box, fontname = Helvetica]; "console-font-tty2" -> "term-tty2" [color = red]; "console-font-tty2" [label = "console-font-tty2", shape = box, fontname = Helvetica]; "term-tty1" [label = "term-tty1", shape = box, fontname = Helvetica]; "console-font-tty1" -> "term-tty1" [color = red]; "console-font-tty1" [label = "console-font-tty1", shape = box, fontname = Helvetica]; "networking" [label = "networking", shape = box, fontname = Helvetica]; "ssh-daemon" -> "networking" [color = red]; "root-file-system" [label = "root-file-system", shape = box, fontname = Helvetica]; "file-system-/run/user" -> "root-file-system" [color = red]; "file-system-/run/systemd" -> "root-file-system" [color = red]; "file-system-/gnu/store" -> "root-file-system" [color = red]; "file-system-/dev/shm" -> "root-file-system" [color = red]; "file-system-/dev/pts" -> "root-file-system" [color = red]; "user-processes" -> "root-file-system" [color = red]; "udev" -> "root-file-system" [color = red]; "file-system-/run/user" [label = "file-system-/run/user", shape = box, fontname = Helvetica]; "user-processes" -> "file-system-/run/user" [color = red]; "file-system-/run/systemd" [label = "file-system-/run/systemd", shape = box, fontname = Helvetica]; "user-processes" -> "file-system-/run/systemd" [color = red]; "file-system-/gnu/store" [label = "file-system-/gnu/store", shape = box, fontname = Helvetica]; "user-processes" -> "file-system-/gnu/store" [color = red]; "file-system-/dev/shm" [label = "file-system-/dev/shm", shape = box, fontname = Helvetica]; "user-processes" -> "file-system-/dev/shm" [color = red]; "file-system-/dev/pts" [label = "file-system-/dev/pts", shape = box, fontname = Helvetica]; "user-processes" -> "file-system-/dev/pts" [color = red]; "udev" [label = "udev", shape = box, fontname = Helvetica]; "term-tty6" -> "udev" [color = red]; "term-tty5" -> "udev" [color = red]; "term-tty4" -> "udev" [color = red]; "term-tty3" -> "udev" [color = red]; "term-tty2" -> "udev" [color = red]; "term-tty1" -> "udev" [color = red]; "networking" -> "udev" [color = red]; "host-name" [label = "host-name", shape = box, fontname = Helvetica]; "term-tty6" -> "host-name" [color = red]; "term-tty5" -> "host-name" [color = red]; "term-tty4" -> "host-name" [color = red]; "term-tty3" -> "host-name" [color = red]; "term-tty2" -> "host-name" [color = red]; "term-tty1" -> "host-name" [color = red]; "loopback" [label = "loopback", shape = box, fontname = Helvetica]; } p;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