summaryrefslogtreecommitdiff
path: root/manifest.scm
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.scm')
-rw-r--r--manifest.scm44
1 files changed, 17 insertions, 27 deletions
diff --git a/manifest.scm b/manifest.scm
index 690128b..a2e24be 100644
--- a/manifest.scm
+++ b/manifest.scm
@@ -13,31 +13,21 @@
(gnu packages pkg-config)
(gnu packages texinfo))
-;; (define guile-hoot*
-;; (let ((commit "90b9c8c8ece2b60ccaf7cad6228234feb7c1e734")
-;; (revision "1"))
-;; (package
-;; (name "guile-hoot")
-;; (version (git-version "0.2.0" revision commit))
-;; (source (origin
-;; (method git-fetch)
-;; (uri (git-reference
-;; (url "https://gitlab.com/spritely/guile-hoot.git")
-;; (commit commit)))
-;; (file-name (git-file-name "guile-hoot" version))
-;; (sha256
-;; (base32 "09km5i3yj4zklvm1jc2j6qrha47xywscxw2djwljxrwmzxawz865"))))
-;; (build-system gnu-build-system)
-;; (arguments
-;; '(#:make-flags '("GUILE_AUTO_COMPILE=0")
-;; #:tests? #f))
-;; (native-inputs
-;; (list autoconf automake pkg-config texinfo))
-;; (inputs
-;; (list guile-next))
-;; (synopsis "WASM compiler for Guile Scheme")
-;; (description "Guile-hoot is an ahead-of-time WebAssembly compiler for GNU Guile.")
-;; (home-page "https://spritely.institute/hoot/")
-;; (license (list license:asl2.0 license:lgpl3+)))))
+(define guile-hoot-next
+ (let ((commit "f161d83c51bb39b372fd9d5d102841c2a4d6d524")
+ (revision "1"))
+ (package
+ (inherit guile-hoot)
+ (version (git-version "0.3.0" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://gitlab.com/spritely/guile-hoot.git")
+ (commit commit)))
+ (file-name (git-file-name "guile-hoot" version))
+ (sha256
+ (base32 "1wr170q2rsd1bg7gbcp28f1nm8fxxkdlgijs68ssdf231vr8gq1w"))))
+ (native-inputs
+ (list autoconf automake pkg-config texinfo)))))
-(packages->manifest (list guile-next guile-hoot gnu-make zip))
+(packages->manifest (list guile-next guile-hoot-next gnu-make zip))