GNU bug report logs -
#31548
[PATCH] gnu: Add sbcl-stumpwm-checkout.
Previous Next
Reported by: Oleg Pykhalov <go.wigust <at> gmail.com>
Date: Tue, 22 May 2018 08:45:01 UTC
Severity: normal
Tags: patch
Done: Oleg Pykhalov <go.wigust <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/lisp.scm (sbcl-stumpwm-checkout): New public variable.
---
gnu/packages/lisp.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 1f8e6ab42..4c10ec39a 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -987,6 +987,25 @@ productive, customizable lisp based systems.")
(license license:gpl2+)
(properties `((ecl-variant . ,(delay ecl-stumpwm))))))
+(define-public sbcl-stumpwm-checkout
+ (let ((commit "cec7fd9e963e5da59b05ba0ffbe292dc94fd2947"))
+ (package
+ (inherit sbcl-stumpwm)
+ (version (git-version (package-version sbcl-stumpwm) "1" commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/stumpwm/stumpwm.git")
+ (commit commit)))
+ (file-name (git-file-name (package-name sbcl-stumpwm) version))
+ (sha256
+ (base32
+ "1qyvhw73dghs167hcds1k2021w2hakh99zfv0039w7lx259gazl9"))))
+ (inputs
+ `(("sbcl-alexandria" ,sbcl-alexandria)
+ ,@(package-inputs sbcl-stumpwm))))))
+
(define-public cl-stumpwm
(sbcl-package->cl-source-package sbcl-stumpwm))
--
2.17.0
This bug report was last modified 6 years and 336 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.