From: Kyle Meyer <kyle@kyleam.com> To: piem@inbox.kyleam.com Subject: [PATCH] .guix.scm: Remove b4 definition Date: Sun, 15 Nov 2020 16:04:45 -0500 Message-ID: <20201115210445.7892-1-kyle@kyleam.com> (raw) b4 is available upstream as of 3b77ba78684. Ref: https://yhetil.org/guix-patches/20201114003906.25111-1-kyle@kyleam.com --- .guix.scm | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/.guix.scm b/.guix.scm index dca7a1f..c8acb32 100644 --- a/.guix.scm +++ b/.guix.scm @@ -45,27 +45,6 @@ (use-modules (guix build utils) ;;; 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") base-commit: b54ad663fe22811dde804721d4db528ea18a433c -- 2.29.2
reply other threads:[~2020-11-15 21:05 UTC|newest] Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style List information: https://git.kyleam.com/ * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20201115210445.7892-1-kyle@kyleam.com \ --to=kyle@kyleam.com \ --cc=piem@inbox.kyleam.com \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
discussion and development of piem This inbox may be cloned and mirrored by anyone: git clone --mirror https://inbox.kyleam.com/piem/0 piem/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 piem piem/ https://inbox.kyleam.com/piem \ piem@inbox.kyleam.com public-inbox-index piem Example config snippet for mirrors. Newsgroup available over NNTP: nntp://news.yhetil.org/yhetil.emacs.piem AGPL code for this site: git clone http://ou63pmih66umazou.onion/public-inbox.git