unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#61127] [PATCH 0/1] gnu: emacs-sqlite3-api: Broken sqlite3.el.
@ 2023-01-28 22:53 Fredrik Salomonsson
  2023-01-28 22:57 ` [bug#61127] [PATCH 1/1] " Fredrik Salomonsson
  0 siblings, 1 reply; 3+ messages in thread
From: Fredrik Salomonsson @ 2023-01-28 22:53 UTC (permalink / raw)
  To: 61127; +Cc: Fredrik Salomonsson

Incorrect call to emacs-substitute-sexps caused it to genarate a string
instead of a call to load-module in sqlite3.el. Resulted in a broken
emacs-sqlite3-api package.
 
Fredrik Salomonsson (1):
  gnu: emacs-sqlite3-api: Broken sqlite3.el.

 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: 1bed1d848166a4081051b4e87a5ec4942ddb3397
-- 
2.39.1





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#61127] [PATCH 1/1] gnu: emacs-sqlite3-api: Broken sqlite3.el.
  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
  2023-01-29 14:45   ` bug#61127: " Nicolas Goaziou
  0 siblings, 1 reply; 3+ messages in thread
From: Fredrik Salomonsson @ 2023-01-28 22:57 UTC (permalink / raw)
  To: 61127; +Cc: Fredrik Salomonsson

* 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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#61127: [PATCH 1/1] gnu: emacs-sqlite3-api: Broken sqlite3.el.
  2023-01-28 22:57 ` [bug#61127] [PATCH 1/1] " Fredrik Salomonsson
@ 2023-01-29 14:45   ` Nicolas Goaziou
  0 siblings, 0 replies; 3+ messages in thread
From: Nicolas Goaziou @ 2023-01-29 14:45 UTC (permalink / raw)
  To: Fredrik Salomonsson; +Cc: 61127-done

Hello,

Fredrik Salomonsson <plattfot@posteo.net> writes:

> * gnu/packages/emacs-xyz.scm (emacs-sqlite3-api)[arguments]<#:phases>: Correct
> emacs-substitute-sexps arguments.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-01-29 14:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-28 22:53 [bug#61127] [PATCH 0/1] gnu: emacs-sqlite3-api: Broken sqlite3.el Fredrik Salomonsson
2023-01-28 22:57 ` [bug#61127] [PATCH 1/1] " Fredrik Salomonsson
2023-01-29 14:45   ` bug#61127: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).