all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#64418] [PATCH 0/1] Common Lisp local-time Postgres extension
@ 2023-07-02 11:58 Roman Scherer
  2023-07-02 12:00 ` [bug#64418] [PATCH 1/1] gnu: Add sbcl-postgres+local-time Roman Scherer
  2023-07-04  9:15 ` bug#64418: [PATCH 0/1] Common Lisp local-time Postgres extension Guillaume Le Vaillant
  0 siblings, 2 replies; 3+ messages in thread
From: Roman Scherer @ 2023-07-02 11:58 UTC (permalink / raw)
  To: 64418; +Cc: Roman Scherer

Hello Guix,

I was trying to use postmodern with the local-time library. This did not work,
because it looks like the extensions is not compiled with the local-rime time
package. When I tried loading the extension, a compilation was triggered but
ultimatly failed because it was trying to write the compiled fasl file into
the Guix store.

Since the local-time package can be used without postgresql, I created a new
package for just the extension and removed the broken system from the
local-time package in order to not add cl-postgres and postmodern to it.

Could you please review this patch?

Thanks, Roman.

Roman Scherer (1):
  gnu: Add sbcl-postgres+local-time.

 gnu/packages/lisp-xyz.scm | 54 ++++++++++++++++++++++++++++++++++++++-
 1 file changed, 53 insertions(+), 1 deletion(-)

--
2.40.1




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

end of thread, other threads:[~2023-07-04  9:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-02 11:58 [bug#64418] [PATCH 0/1] Common Lisp local-time Postgres extension Roman Scherer
2023-07-02 12:00 ` [bug#64418] [PATCH 1/1] gnu: Add sbcl-postgres+local-time Roman Scherer
2023-07-04  9:15 ` bug#64418: [PATCH 0/1] Common Lisp local-time Postgres extension Guillaume Le Vaillant

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.