diff options
| author | 2025-08-08 11:01:14 -0400 | |
|---|---|---|
| committer | 2025-08-08 11:01:14 -0400 | |
| commit | 968fd0780ec069f720b8aa6af0bf66a5a5697b90 (patch) | |
| tree | c94dcfa45672d44f68a4fefd1977ce4a39c07899 /examples-lib | |
| parent | rationalize 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") |
