GNU bug report logs -
#78018
[PATCH] gnu: guile-redis: Fix wrong license.
Previous Next
To reply to this bug, email your comments to 78018 AT debbugs.gnu.org.
There is no need to reopen the bug first.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#78018
; Package
guix-patches
.
(Wed, 23 Apr 2025 17:52:07 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Evgeny Pisemsky <mail <at> pisemsky.site>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 23 Apr 2025 17:52:07 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/guile-xyz.scm (guile-redis): Fix wrong license, run guix style.
[arguments]: Use gexps.
[license]: Change from lgpl3+ to gpl3+.
Change-Id: I7a9d53b137ce4340ce4d830d354b5da328c224e0
---
gnu/packages/guile-xyz.scm | 32 +++++++++++++++++---------------
1 file changed, 17 insertions(+), 15 deletions(-)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 537e84d3f8..a8abefa474 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -3638,24 +3638,26 @@ (define-public guile-redis
(name "guile-redis")
(version "2.2.0")
(home-page "https://github.com/aconchillo/guile-redis")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url home-page)
- (commit version)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "0cb31vj88f3hj93v1lzxcqjyz7ym2gmpk31gv5i2dqv721frnlyj"))))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url home-page)
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0cb31vj88f3hj93v1lzxcqjyz7ym2gmpk31gv5i2dqv721frnlyj"))))
(build-system gnu-build-system)
(arguments
- '(#:make-flags '("GUILE_AUTO_COMPILE=0")))
- (native-inputs
- (list autoconf automake pkg-config guile-3.0))
+ (list
+ #:make-flags
+ #~'("GUILE_AUTO_COMPILE=0")))
+ (native-inputs (list autoconf automake pkg-config guile-3.0))
(synopsis "Redis client library for Guile")
- (description "Guile-redis provides a Scheme interface to the Redis
-key-value cache and store.")
- (license license:lgpl3+)))
+ (description
+ "Guile-redis provides a Scheme interface to the Redis key-value cache and
+store.")
+ (license license:gpl3+)))
(define-public guile2.2-redis
(package
base-commit: 6b3d08cc50d42bf4c51d68e578e1ab96c1d76272
--
2.49.0
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Thu, 24 Apr 2025 09:22:04 GMT)
Full text and
rfc822 format available.
Notification sent
to
Evgeny Pisemsky <mail <at> pisemsky.site>
:
bug acknowledged by developer.
(Thu, 24 Apr 2025 09:22:04 GMT)
Full text and
rfc822 format available.
Message #10 received at 78018-done <at> debbugs.gnu.org (full text, mbox):
Evgeny Pisemsky <mail <at> pisemsky.site> writes:
> * gnu/packages/guile-xyz.scm (guile-redis): Fix wrong license, run guix style.
> [arguments]: Use gexps.
> [license]: Change from lgpl3+ to gpl3+.
>
> Change-Id: I7a9d53b137ce4340ce4d830d354b5da328c224e0
Applied, thanks!
This bug report was last modified today.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.