unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#69567] [PATCH 0/1] gnu: raspi-gpio: Make public.
@ 2024-03-05 17:15 Jean-Pierre De Jesus DIAZ via Guix-patches via
  2024-03-05 17:17 ` [bug#69567] [PATCH 1/1] " Jean-Pierre De Jesus DIAZ via Guix-patches via
  2024-03-14 13:52 ` [bug#69567] [PATCH 0/1] " Christopher Baines
  0 siblings, 2 replies; 3+ messages in thread
From: Jean-Pierre De Jesus DIAZ via Guix-patches via @ 2024-03-05 17:15 UTC (permalink / raw)
  To: 69567; +Cc: Jean-Pierre De Jesus DIAZ

Hello,

While working at another target (arm-none-eabi, pending) I've found this
package that is defined but not public, it compiles fine so it's just
a change from DEFINE to DEFINE-PUBLIC.

Jean-Pierre De Jesus DIAZ (1):
  gnu: raspi-gpio: Make public.

 gnu/packages/raspberry-pi.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


base-commit: b6dec0108f99d75066bad15aaa124b84bb0261f3
-- 
2.41.0





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

* [bug#69567] [PATCH 1/1] gnu: raspi-gpio: Make public.
  2024-03-05 17:15 [bug#69567] [PATCH 0/1] gnu: raspi-gpio: Make public Jean-Pierre De Jesus DIAZ via Guix-patches via
@ 2024-03-05 17:17 ` Jean-Pierre De Jesus DIAZ via Guix-patches via
  2024-03-14 13:52 ` [bug#69567] [PATCH 0/1] " Christopher Baines
  1 sibling, 0 replies; 3+ messages in thread
From: Jean-Pierre De Jesus DIAZ via Guix-patches via @ 2024-03-05 17:17 UTC (permalink / raw)
  To: 69567; +Cc: Jean-Pierre De Jesus DIAZ

* gnu/packages/raspberry-pi.scm (raspi-gpio): Make variable public.

Change-Id: Iaf2789120a726d702d97c3a30a32e3b2cf5da3f1
---
 gnu/packages/raspberry-pi.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/raspberry-pi.scm b/gnu/packages/raspberry-pi.scm
index 5c25ed96da..c8b44d5b6c 100644
--- a/gnu/packages/raspberry-pi.scm
+++ b/gnu/packages/raspberry-pi.scm
@@ -85,7 +85,7 @@ (define-public bcm2835
     (supported-systems '("armhf-linux" "aarch64-linux"))
     (license license:gpl3)))
 
-(define raspi-gpio
+(define-public raspi-gpio
   (let ((commit "6d0769ac04760b6e9f33b4aa1f11c682237bf368")
         (revision "1"))
     (package
-- 
2.41.0





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

* [bug#69567] [PATCH 0/1] gnu: raspi-gpio: Make public.
  2024-03-05 17:15 [bug#69567] [PATCH 0/1] gnu: raspi-gpio: Make public Jean-Pierre De Jesus DIAZ via Guix-patches via
  2024-03-05 17:17 ` [bug#69567] [PATCH 1/1] " Jean-Pierre De Jesus DIAZ via Guix-patches via
@ 2024-03-14 13:52 ` Christopher Baines
  1 sibling, 0 replies; 3+ messages in thread
From: Christopher Baines @ 2024-03-14 13:52 UTC (permalink / raw)
  To: Jean-Pierre De Jesus DIAZ; +Cc: 69567, 69567-done

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


Jean-Pierre De Jesus DIAZ via Guix-patches via <guix-patches@gnu.org> writes:

> Hello,
>
> While working at another target (arm-none-eabi, pending) I've found this
> package that is defined but not public, it compiles fine so it's just
> a change from DEFINE to DEFINE-PUBLIC.
>
> Jean-Pierre De Jesus DIAZ (1):
>   gnu: raspi-gpio: Make public.
>
>  gnu/packages/raspberry-pi.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
>
> base-commit: b6dec0108f99d75066bad15aaa124b84bb0261f3

Makes sense to me, I've pushed this to master as
8166d5b81ed6ca32434fb4e66fa8306a28e4949b.

Thanks,

Chris

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

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

end of thread, other threads:[~2024-03-14 14:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-05 17:15 [bug#69567] [PATCH 0/1] gnu: raspi-gpio: Make public Jean-Pierre De Jesus DIAZ via Guix-patches via
2024-03-05 17:17 ` [bug#69567] [PATCH 1/1] " Jean-Pierre De Jesus DIAZ via Guix-patches via
2024-03-14 13:52 ` [bug#69567] [PATCH 0/1] " Christopher Baines

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