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
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sun, 24 Jun 2018 01:20:31 +0300
with message-id <87a7rljgb4.fsf <at> gmail.com>
and subject line Re: [bug#31548] [PATCH] gnu: sbcl-stumpwm: Update to 18.05.
has caused the debbugs.gnu.org bug report #31548,
regarding [PATCH] gnu: Add sbcl-stumpwm-checkout.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
31548: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31548
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Oleg Pykhalov <go.wigust <at> gmail.com> writes:
[…]
> Upstream pushed a new release. I'll test it during current week and
> push the following patch probably.
Pushed as abf818bcf59998ba62ae7bfb2d03c28d7cffaa42
Oleg.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 6 years and 335 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.