aboutsummaryrefslogtreecommitdiffstats
path: root/examples-lib
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2025-08-08 11:01:14 -0400
committerGravatar Peter McGoron 2025-08-08 11:01:14 -0400
commit968fd0780ec069f720b8aa6af0bf66a5a5697b90 (patch)
treec94dcfa45672d44f68a4fefd1977ce4a39c07899 /examples-lib
parentrationalize packages, add foment (diff)
reorganize under custom namespace
Diffstat (limited to 'examples-lib')
-rw-r--r--examples-lib/mcgoron/guix/mcgoron-hello-world.scm (renamed from examples-lib/gnu/packages/mcgoron-hello-world.scm)4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples-lib/gnu/packages/mcgoron-hello-world.scm b/examples-lib/mcgoron/guix/mcgoron-hello-world.scm
index bb6caca..7f54c55 100644
--- a/examples-lib/gnu/packages/mcgoron-hello-world.scm
+++ b/examples-lib/mcgoron/guix/mcgoron-hello-world.scm
@@ -14,13 +14,11 @@
| with this program. If not, see <https://www.gnu.org/licenses/>.
|#
-(define-module (gnu packages mcgoron-hello-world)
+(define-module (mcgoron guix mcgoron-hello-world)
#:use-module (guix packages)
#:use-module (guix licenses)
#:use-module (guix gexp)
- #:use-module (gnu packages chibi-scheme-with-path)
#:use-module (mcgoron guix chibi)
- #:use-module (gnu packages foment)
#:use-module (mcgoron guix foment))
(define hello-world-path "./examples-src/hello-world")