aboutsummaryrefslogtreecommitdiff
path: root/guix-dev.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix-dev.scm')
-rw-r--r--guix-dev.scm34
1 files changed, 34 insertions, 0 deletions
diff --git a/guix-dev.scm b/guix-dev.scm
index 8d33657..7226227 100644
--- a/guix-dev.scm
+++ b/guix-dev.scm
@@ -41,6 +41,39 @@
(gnu packages ruby)
(srfi srfi-1))
+(define guile-knots
+ (let ((commit "c641c19ce42876b16186ea82f3803a56a43a5f91")
+ (revision "1"))
+ (package
+ (name "guile-knots")
+ (version (git-version "0" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://git.cbaines.net/git/guile/knots")
+ (commit commit)))
+ (sha256
+ (base32
+ "1lnijs8cdifajy7n63v5cvhj5pd0abfxb0rj07mr67ihd4829d3d"))
+ (file-name (string-append name "-" version "-checkout"))))
+ (build-system gnu-build-system)
+ (native-inputs
+ (list pkg-config
+ autoconf
+ automake
+ guile-3.0
+ guile-lib
+ guile-fibers))
+ (inputs
+ (list guile-3.0))
+ (propagated-inputs
+ (list guile-fibers))
+ (home-page "https://git.cbaines.net/guile/knots")
+ (synopsis "Patterns and functionality to use with Guile Fibers")
+ (description
+ "")
+ (license license:gpl3+))))
+
(package
(name "guix-data-service")
(version "0.0.0")
@@ -52,6 +85,7 @@
guile-json-4
guile-squee
guile-fibers
+ guile-knots
guile-gcrypt
guile-lzlib
guile-readline