mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-03-10 08:54:36 +00:00
rosenthal: networking: Fix module import.
go-golang-org-x-net has been moved to (gnu packages golang-build): https://git.savannah.gnu.org/cgit/guix.git/commit/?id=8b3daeca5545b97556b7f7f196bda6ca84e3dfa3 * rosenthal/packages/networking.scm: Fix module import.
This commit is contained in:
parent
d29af10233
commit
9cbf42e01f
@ -8,7 +8,7 @@
|
||||
#:use-module (guix gexp)
|
||||
#:use-module (guix git-download)
|
||||
#:use-module (guix packages)
|
||||
#:use-module (gnu packages golang))
|
||||
#:use-module (gnu packages golang-build))
|
||||
|
||||
(define-public cloudflared
|
||||
(package
|
||||
|
Loading…
Reference in New Issue
Block a user