* [bug#58996] [PATCH] gnu: Add cl-inotify.
@ 2022-11-03 17:08 jgart via Guix-patches via
2022-11-05 12:06 ` bug#58996: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-11-03 17:08 UTC (permalink / raw)
To: 58996; +Cc: jgart
* gnu/packages/lisp-xyz.scm (cl-inotify, ecl-inotify, sbcl-inotify):
New variables.
---
gnu/packages/lisp-xyz.scm | 39 +++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 1880e3ef30..38b2e0070e 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -452,6 +452,45 @@ (define-public cl-meta
(define-public ecl-meta
(sbcl-package->ecl-package sbcl-meta))
+(define-public sbcl-cl-inotify
+ (let ((commit "66f29e01ec28355ebba8292411b4de90eebd76a3")
+ (revision "0"))
+ (package
+ (name "sbcl-cl-inotify")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/Ferada/cl-inotify")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (modules '((guix build utils)))
+ (sha256
+ (base32 "0d3bvp5lqnddzhk1w9yyli03njbkhc8d129a058g0j49kgd47c7v"))))
+ (build-system asdf-build-system/sbcl)
+ (native-inputs (list sbcl-fiveam))
+ (inputs
+ (list libfixposix
+ sbcl-cffi
+ sbcl-binary-types
+ sbcl-trivial-utf-8
+ sbcl-osicat))
+ (arguments
+ '(#:asd-systems '("cl-inotify" "cl-inotify-tests")))
+ (synopsis "Common Lisp interface to the Linux inotify API")
+ (description
+"@code{cl-inotify} uses @code{cl-cffi} to provide Common Lisp interface
+to the Linux inotify API.")
+ (home-page "https://github.com/Ferada/cl-inotify/")
+ (license license:bsd-2))))
+
+(define-public cl-inotify
+ (sbcl-package->cl-source-package sbcl-cl-inotify))
+
+(define-public ecl-cl-inotify
+ (sbcl-package->ecl-package sbcl-cl-inotify))
+
(define-public sbcl-bodge-queue
(let ((commit "948c9a501dcd412689952d09eb7453ec2722336a")
(revision "0"))
--
2.38.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#58996: [PATCH] gnu: Add cl-inotify.
2022-11-03 17:08 [bug#58996] [PATCH] gnu: Add cl-inotify jgart via Guix-patches via
@ 2022-11-05 12:06 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2022-11-05 12:06 UTC (permalink / raw)
To: jgart; +Cc: 58996-done
[-- Attachment #1: Type: text/plain, Size: 66 bytes --]
Patch pushed as 6052fdf35079a5d7f1cf5773f62ad96160a4385c.
Thanks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-11-05 12:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-03 17:08 [bug#58996] [PATCH] gnu: Add cl-inotify jgart via Guix-patches via
2022-11-05 12:06 ` bug#58996: " Guillaume Le Vaillant
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.