From: Fredrik Salomonsson <plattfot@posteo.net>
To: 61127@debbugs.gnu.org
Cc: Fredrik Salomonsson <plattfot@posteo.net>
Subject: [bug#61127] [PATCH 1/1] gnu: emacs-sqlite3-api: Broken sqlite3.el.
Date: Sat, 28 Jan 2023 22:57:12 +0000 [thread overview]
Message-ID: <20230128225712.3982-1-plattfot@posteo.net> (raw)
In-Reply-To: <20230128225342.2999-1-plattfot@posteo.net>
* gnu/packages/emacs-xyz.scm (emacs-sqlite3-api)[arguments]<#:phases>: Correct
emacs-substitute-sexps arguments.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ad3603b205..1ca1d44639 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6922,8 +6922,8 @@ (define-public emacs-sqlite3-api
(make-file-writable "sqlite3.el")
(emacs-substitute-sexps "sqlite3.el"
("(require 'sqlite3-api nil t)"
- (string-append
- "(module-load \"" #$output "/lib/sqlite3-api.so\")")))))
+ `(module-load
+ ,(string-append #$output "/lib/sqlite3-api.so"))))))
(add-before 'check 'build-emacs-module
(lambda _
;; Remove code that fetches constants from the SQLite website
--
2.39.1
next prev parent reply other threads:[~2023-01-28 22:58 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-28 22:53 [bug#61127] [PATCH 0/1] gnu: emacs-sqlite3-api: Broken sqlite3.el Fredrik Salomonsson
2023-01-28 22:57 ` Fredrik Salomonsson [this message]
2023-01-29 14:45 ` bug#61127: [PATCH 1/1] " Nicolas Goaziou
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=20230128225712.3982-1-plattfot@posteo.net \
--to=plattfot@posteo.net \
--cc=61127@debbugs.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.