guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: Revert "tests: telephony: Add extra packages to %


From: guix-commits
Subject: branch master updated: Revert "tests: telephony: Add extra packages to %jami-os for debugging."
Date: Sat, 24 Sep 2022 00:22:50 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 35e8615d38 Revert "tests: telephony: Add extra packages to %jami-os 
for debugging."
35e8615d38 is described below

commit 35e8615d387b6630006ccd8c3420154dab93b95a
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Sep 24 00:22:19 2022 -0400

    Revert "tests: telephony: Add extra packages to %jami-os for debugging."
    
    This reverts commit 829c19142e62efa7ba9715fc682b4be959830b2e, as it broke
    'guix pull'.
---
 gnu/tests/telephony.scm | 15 +++------------
 1 file changed, 3 insertions(+), 12 deletions(-)

diff --git a/gnu/tests/telephony.scm b/gnu/tests/telephony.scm
index 714855a2b8..5724d179c2 100644
--- a/gnu/tests/telephony.scm
+++ b/gnu/tests/telephony.scm
@@ -114,17 +114,9 @@
                                (permit-root-login #t)
                                (allow-empty-passwords? #t)))
                      %base-services))
-    ;; Extra packages for debugging purposes.
-    (packages (cons (specification->package+output "libjami:debug")
-                    (append (map specification->package
-                                 '("gdb"
-                                   "guile"
-                                   "guile-ac-d-bus"
-                                   "guile-readline"
-                                   "guile-fibers"
-                                   "screen"
-                                   "strace"))
-                            %base-packages)))))
+    (packages (cons* (specification->package "recutils")
+                     (specification->package "strace")
+                     %base-packages))))
 
 (define %jami-os
   (make-jami-os))
@@ -281,7 +273,6 @@ jami account used as part of the jami configuration are 
left *unspecified*."
               (marionette-eval
                '(begin
                   (use-modules (gnu services herd)
-                               (ice-9 match)
                                (rnrs base)
                                (srfi srfi-1))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]