unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#41599] [PATCH] gnu: emacsy-minimal: inputs now use guile version 2.2
@ 2020-05-29 14:20 Mike Rosset
  2020-05-30 14:29 ` bug#41599: " Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Rosset @ 2020-05-29 14:20 UTC (permalink / raw)
  To: 41599; +Cc: Mike Rosset

* gnu/packages/guile-xyz.scm (emacsy-minimal): guile-lib and guile-readline
now default to guile 3.0. This explicitly uses guile 2.2 versions.
---
 gnu/packages/guile-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index c7349af790..fc18c830e9 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -2890,8 +2890,8 @@ in C using Gtk+-3 and WebKitGtk.")
       (build-system gnu-build-system)
       (inputs
        `(("guile" ,guile-2.2)
-         ("guile-lib" ,guile-lib)
-         ("guile-readline" ,guile-readline)))
+         ("guile-lib" ,guile2.2-lib)
+         ("guile-readline" ,guile2.2-readline)))
       (propagated-inputs '())
       (arguments
        `(#:configure-flags '("--without-examples")
-- 
2.25.1





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

* bug#41599: [PATCH] gnu: emacsy-minimal: inputs now use guile version 2.2
  2020-05-29 14:20 [bug#41599] [PATCH] gnu: emacsy-minimal: inputs now use guile version 2.2 Mike Rosset
@ 2020-05-30 14:29 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2020-05-30 14:29 UTC (permalink / raw)
  To: Mike Rosset, 41599-done; +Cc: Mike Rosset

[-- Attachment #1: Type: text/plain, Size: 268 bytes --]

Mike Rosset <mike.rosset@gmail.com> writes:

> * gnu/packages/guile-xyz.scm (emacsy-minimal): guile-lib and guile-readline
> now default to guile 3.0. This explicitly uses guile 2.2 versions.

This should say (emacsy-minimal)[inputs]: ...

Fixed & applied, thank you!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

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

end of thread, other threads:[~2020-05-30 14:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-29 14:20 [bug#41599] [PATCH] gnu: emacsy-minimal: inputs now use guile version 2.2 Mike Rosset
2020-05-30 14:29 ` bug#41599: " Marius Bakke

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).