emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#31548: closed ([PATCH] gnu: Add sbcl-stumpwm-check


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#31548: closed ([PATCH] gnu: Add sbcl-stumpwm-checkout.)
Date: Sat, 23 Jun 2018 22:21:02 +0000

Your message dated Sun, 24 Jun 2018 01:20:31 +0300
with message-id <address@hidden>
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
address@hidden)


-- 
31548: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31548
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add sbcl-stumpwm-checkout. Date: Tue, 22 May 2018 11:43:32 +0300
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#31548] [PATCH] gnu: sbcl-stumpwm: Update to 18.05. Date: Sun, 24 Jun 2018 01:20:31 +0300 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
Oleg Pykhalov <address@hidden> writes:

[…]

> Upstream pushed a new release.  I'll test it during current week and
> push the following patch probably.

Pushed as abf818bcf59998ba62ae7bfb2d03c28d7cffaa42

Oleg.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]