mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
tests: Fix failing 'guix-system-tests' derivation during 'guix pull'.
I have no idea why using specifications->packages in a system test OS breaks this derivation; it'd be nice to find out. * gnu/tests/messaging.scm (%pounce-os): Do not use `specifications->packages'. Reported-by: Ada Stevenson <adanskana@gmail.com> Reported-by: Ian Eure <ian@retrospec.tv> Change-Id: Iea727bedecff7a140f895e456ef01503ad11dad0
This commit is contained in:
parent
61bfe02ea0
commit
c6ee7b0f79
1 changed files with 12 additions and 12 deletions
|
@ -32,6 +32,7 @@
|
|||
#:use-module (gnu packages)
|
||||
#:use-module (gnu packages irc)
|
||||
#:use-module (gnu packages messaging)
|
||||
#:use-module (gnu packages networking)
|
||||
#:use-module (gnu packages screen)
|
||||
#:use-module (gnu packages tls)
|
||||
#:use-module (guix gexp)
|
||||
|
@ -388,18 +389,17 @@
|
|||
(operating-system
|
||||
(inherit %simple-os)
|
||||
(packages
|
||||
(append (specifications->packages
|
||||
'("ii" "socat"
|
||||
;; Uncomment for debugging.
|
||||
;; "gdb"
|
||||
;; "gnutls" ;for gnutls-cli
|
||||
;; "screen"
|
||||
;; "strace"
|
||||
;; "ngircd:debug"
|
||||
;; "pounce:debug"
|
||||
;; "libressl:debug"
|
||||
;; "gnutls:debug"
|
||||
))
|
||||
(append (list ii socat)
|
||||
;; Uncomment for debugging.
|
||||
;; (specifications->packages
|
||||
;; '("gdb"
|
||||
;; "gnutls" ;for gnutls-cli
|
||||
;; "screen"
|
||||
;; "strace"
|
||||
;; "ngircd:debug"
|
||||
;; "pounce:debug"
|
||||
;; "libressl:debug"
|
||||
;; "gnutls:debug"))
|
||||
%base-packages))
|
||||
(services
|
||||
(cons*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue