From 6974c646f96234d0f964cd99e655b147390cbd02 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 15 Nov 2020 15:54:09 -0500 Subject: misc: Remove b4 It's now available upstream (3b77ba78684). --- km-packages/misc.scm | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/km-packages/misc.scm b/km-packages/misc.scm index ea1fb52..a330ba3 100644 --- a/km-packages/misc.scm +++ b/km-packages/misc.scm @@ -77,36 +77,3 @@ (synopsis "todo") (description "todo") (license license:gpl3))) - -(define-public b4 - (package - (name "b4") - (version "0.5.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://git.kernel.org/pub/scm/utils/b4/b4.git") - (commit (string-append "v" version)))) - (file-name (string-append name "-" version "-checkout")) - (sha256 - (base32 - "1w11fiyspyncz2m7njrjfylgzch4azi7560ngd8i733wvjjhg3mj")))) - (build-system python-build-system) - (arguments - `(#:phases - (modify-phases %standard-phases - (add-after 'install 'install-manpages - (lambda* (#:key outputs #:allow-other-keys) - (let* ((man (string-append (assoc-ref outputs "out") - "/man/man5/"))) - (mkdir-p man) - (for-each (lambda (file) (install-file file man)) - (find-files "man" "\\.[1-8]$"))) - #t))))) - (inputs - `(("python-requests" ,python-requests))) - (home-page "https://git.kernel.org/pub/scm/utils/b4/b4.git") - (synopsis "A tool to work with public-inbox patches") - (description "todo") - (license license:gpl2+))) -- cgit v1.2.3