summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-11-15 16:04:45 -0500
committerKyle Meyer <kyle@kyleam.com>2020-11-15 16:16:59 -0500
commit40a253885dd4be350f7493881dedf82a8ae67b66 (patch)
tree1546a86954c0be0dcc4032d7b62b5d0e267d4120
parentb54ad663fe22811dde804721d4db528ea18a433c (diff)
downloadpiem-40a253885dd4be350f7493881dedf82a8ae67b66.tar.gz
.guix.scm: Remove b4 definition
b4 is available upstream as of 3b77ba78684. Ref: https://yhetil.org/guix-patches/20201114003906.25111-1-kyle@kyleam.com Message-Id: <20201115210445.7892-1-kyle@kyleam.com>
-rw-r--r--.guix.scm21
1 files changed, 0 insertions, 21 deletions
diff --git a/.guix.scm b/.guix.scm
index dca7a1f..c8acb32 100644
--- a/.guix.scm
+++ b/.guix.scm
@@ -45,27 +45,6 @@
;;; Package definitions that should eventually be polished and
;;; submitted upstream.
-(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)
- (inputs
- `(("python-requests" ,python-requests)))
- (home-page "https://git.kernel.org/pub/scm/utils/b4/b4.git")
- (synopsis "")
- (description "")
- (license license:gpl2+)))
-
(define-public piem
(package
(name "piem")