mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Revert "gnu: password-store: Fix failing test suite."
This reverts commit a40ac62715
.
This commit is contained in:
parent
5da4cbfbd9
commit
9070dc562e
2 changed files with 1 additions and 22 deletions
|
@ -2400,26 +2400,6 @@ environment variable is set and output is to tty.")
|
||||||
(home-page "http://mama.indstate.edu/users/ice/tree/")
|
(home-page "http://mama.indstate.edu/users/ice/tree/")
|
||||||
(license license:gpl2+)))
|
(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
|
(define-public lr
|
||||||
(package
|
(package
|
||||||
(name "lr")
|
(name "lr")
|
||||||
|
|
|
@ -554,8 +554,7 @@ any X11 window.")
|
||||||
gnupg
|
gnupg
|
||||||
qrencode
|
qrencode
|
||||||
sed
|
sed
|
||||||
;; XXX v1.7.4 tests are broken with tree@2: <issues.guix.gnu.org/53238>.
|
tree
|
||||||
tree-1
|
|
||||||
which
|
which
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
xclip
|
xclip
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue