From: Ada Stevenson <adanskana@gmail.com>
To: 71989@debbugs.gnu.org
Cc: "Ada Stevenson" <adanskana@gmail.com>,
"Ada Stevenson" <adanskana@gmail.com>,
"Ludovic Courtès" <ludo@gnu.org>
Subject: [bug#71989] [PATCH 2/2] gnu: guile-for-guile-emacs: Remove variable.
Date: Mon, 8 Jul 2024 15:40:09 +0800 [thread overview]
Message-ID: <25aa408024977e63795816e75945e35314eb992c.1720419167.git.adanskana@gmail.com> (raw)
In-Reply-To: <cover.1720419167.git.adanskana@gmail.com>
This is a dependency for a single package, `guile-emacs`, which appears
to be unmaintained.
* gnu/packages/guile.scm (guile-for-guile-emacs): Remove variable.
Change-Id: I27b82da90db37a40fa5831e453d2ebf0376b6a86
---
gnu/packages/guile.scm | 41 -----------------------------------------
1 file changed, 41 deletions(-)
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index e8705dc7d2..90f024bdfc 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -589,47 +589,6 @@ (define package-for-guile-2.2
(guile-variant-package-name "guile2.2")
#:deep? #f))
-(define-public guile-for-guile-emacs
- (let ((commit "15ca78482ac0dd2e3eb36dcb31765d8652d7106d")
- (revision "1"))
- (package (inherit guile-2.2)
- (name "guile-for-guile-emacs")
- (version (git-version "2.1.2" revision commit))
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "git://git.savannah.gnu.org/guile.git")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1l7ik4q4zk7vq4m3gnwizc0b64b1mdr31hxqlzxs94xaf2lvi7s2"))))
- (arguments
- (substitute-keyword-arguments (package-arguments guile-2.2)
- ((#:phases phases)
- #~(modify-phases #$phases
- (replace 'bootstrap
- (lambda _
- ;; Disable broken tests.
- ;; TODO: Fix them!
- (substitute* "test-suite/tests/gc.test"
- (("\\(pass-if \"after-gc-hook gets called\"" m)
- (string-append "#;" m)))
- (substitute* "test-suite/tests/version.test"
- (("\\(pass-if \"version reporting works\"" m)
- (string-append "#;" m)))
-
- (patch-shebang "build-aux/git-version-gen")
- (invoke "sh" "autogen.sh")))))))
- (native-inputs
- (modify-inputs (package-native-inputs guile-2.2)
- (prepend autoconf
- automake
- libtool
- flex
- texinfo
- gettext-minimal))))))
-
\f
;;;
;;; Extensions.
--
2.45.2
next prev parent reply other threads:[~2024-07-08 7:42 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-08 6:17 [bug#71989] [PATCH 0/2] gnu: guile-emacs: Remove variable Ada Stevenson
2024-07-08 7:40 ` [bug#71989] [PATCH 1/2] " Ada Stevenson
2024-07-08 18:23 ` Janneke Nieuwenhuizen
2024-07-08 7:40 ` Ada Stevenson [this message]
2024-09-24 16:44 ` [bug#71989] bug: guile-emacs still doesn't build Rick Huijzer
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=25aa408024977e63795816e75945e35314eb992c.1720419167.git.adanskana@gmail.com \
--to=adanskana@gmail.com \
--cc=71989@debbugs.gnu.org \
--cc=ludo@gnu.org \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.