diff options
| author | 2025-08-12 18:05:48 -0400 | |
|---|---|---|
| committer | 2025-08-12 18:05:48 -0400 | |
| commit | 27b3c30fa6238fd306fe989060657afa259bd9c4 (patch) | |
| tree | 6d65c50ade76c4034d50b51fc6c85712f51ecc64 /mcgoron/guix/scheme-hello-world.scm | |
| parent | gauche (diff) | |
patch foment to respect new envar R7RS_LIBRARY_PATH
Diffstat (limited to '')
| -rw-r--r-- | mcgoron/guix/scheme-hello-world.scm | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/mcgoron/guix/scheme-hello-world.scm b/mcgoron/guix/scheme-hello-world.scm index 1bbef44..5322db8 100644 --- a/mcgoron/guix/scheme-hello-world.scm +++ b/mcgoron/guix/scheme-hello-world.scm @@ -33,42 +33,6 @@ version ".tar.gz")) (sha256 (base32 "1cx9p2mz3cmn02imp137vqmq8aw3mh5s23ybprgkc8pshgmaf8jn")))) -(define-public hello-world-chibi - (package - (name "hello-world-chibi") - (version "1.0.0") - (synopsis "Prints hello world") - (description "Prints hello world") - (license asl2.0) - (home-page "https://example.com") - (source (hello-world-r7rs version)) - (build-system chibi-scheme-build-system) - (inputs (list chibi-scheme-with-path)))) - -(define-public hello-world-foment - (package - (name "hello-world-foment") - (version "1.0.0") - (synopsis "Prints hello world") - (description "Prints hello world") - (license asl2.0) - (home-page "https://example.com") - (source (hello-world-r7rs version)) - (build-system foment-build-system) - (inputs (list foment)))) - -(define-public hello-world-sagittarius - (package - (name "hello-world-sagittarius") - (version "1.0.0") - (synopsis "Prints hello world") - (description "Prints hello world") - (license asl2.0) - (home-page "https://example.com") - (source (hello-world-r7rs version)) - (build-system sagittarius-build-system) - (inputs (list foment)))) - (define-public hello-world-gauche (package (name "hello-world-gauche") |
