GNU bug report logs -
#45344
[Patch 0/2] Libwaive for signify
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/linux.scm (libwaive): New variable.
---
gnu/packages/linux.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 2a9aafb50e..a7acab615a 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2526,6 +2526,30 @@ Linux-based operating systems.")
(define-deprecated libcap/next libcap)
(export libcap/next)
+(define-public libwaive
+ ;; There's no release
+ (let ((commit "cdf7c1688dd13e86edd3536b9885b790b0f552e4")
+ (revision "1"))
+ (package
+ (name "libwaive")
+ (version (git-version "0.0.0" revision commit))
+ (home-page "https://github.com/dimkr/libwaive")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url home-page)
+ (commit commit)))
+ (sha256
+ (base32 "1wzy8wqryd26bs6vl8r6sx5jai7afsz0brvjczcpzlfwa7c6c1nn"))
+ (file-name (git-file-name name version))))
+ (build-system cmake-build-system)
+ (arguments '(#:tests? #f))
+ (native-inputs
+ `(("libseccomp" ,libseccomp)))
+ (synopsis "")
+ (description "")
+ (license license:x11))))
+
(define-public bridge-utils
(package
(name "bridge-utils")
--
2.29.2
This bug report was last modified 1 year and 61 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.