mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: raspi-gpio: Make public.
As it's unclear why it's not. * gnu/packages/raspberry-pi.scm (raspi-gpio): Make variable public. Change-Id: Iaf2789120a726d702d97c3a30a32e3b2cf5da3f1 Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
0e00d2ced1
commit
8166d5b81e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue