guix-commits
[Top][All Lists]
Advanced

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

02/06: Revert "gnu: password-store: Fix failing test suite."


From: guix-commits
Subject: 02/06: Revert "gnu: password-store: Fix failing test suite."
Date: Mon, 17 Jan 2022 12:34:27 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 9070dc562ede224810db4edda354b634baa5595c
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Jan 16 17:38:14 2022 +0100

    Revert "gnu: password-store: Fix failing test suite."
    
    This reverts commit a40ac6271578ea061a8a07b2adbd6032a690ca70.
---
 gnu/packages/admin.scm          | 20 --------------------
 gnu/packages/password-utils.scm |  3 +--
 2 files changed, 1 insertion(+), 22 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 197ccef895..bdc52101db 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2400,26 +2400,6 @@ environment variable is set and output is to tty.")
     (home-page "http://mama.indstate.edu/users/ice/tree/";)
     (license license:gpl2+)))
 
-(define-public tree-1
-  ;; tree 2.0.0 introduced a feature called ‘stddata’ that emits JSON when
-  ;; output is directed to file descriptor 3.  At least password-store still
-  ;; requires the old version.
-  (package
-    (inherit tree)
-    (version "1.8.0")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append
-                    "http://mama.indstate.edu/users/ice/tree/src/tree-";
-                    version ".tgz"))
-              (sha256
-               (base32 
"1hmpz6k0mr6salv0nprvm1g0rdjva1kx03bdf1scw8a38d5mspbi"))))
-    (arguments
-     (substitute-keyword-arguments (package-arguments tree)
-       ((#:make-flags flags '())
-        #~(append #$flags
-                  (list (string-append "prefix=" #$output))))))))
-
 (define-public lr
   (package
     (name "lr")
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index de7302618e..440bb927a6 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -554,8 +554,7 @@ any X11 window.")
            gnupg
            qrencode
            sed
-          ;; XXX v1.7.4 tests are broken with tree@2: 
<issues.guix.gnu.org/53238>.
-           tree-1
+           tree
            which
            wl-clipboard
            xclip



reply via email to

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