guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: Add sbcl-stumpwm-cpu.


From: guix-commits
Subject: 03/06: gnu: Add sbcl-stumpwm-cpu.
Date: Mon, 30 Nov 2020 09:31:59 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit fba3e9e28f253f54269e0e36af5a75d99f74dd26
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Mon Nov 30 14:38:06 2020 +0100

    gnu: Add sbcl-stumpwm-cpu.
    
    * gnu/packages/wm.scm (sbcl-stumpwm-cpu): New variable.
---
 gnu/packages/wm.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 3b0205c..fceee8e 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1910,6 +1910,24 @@ between windows.")
 layouts in StumpWM.")
     (license license:gpl3+)))
 
+(define-public sbcl-stumpwm-cpu
+  (package
+    (inherit stumpwm-contrib)
+    (name "sbcl-stumpwm-cpu")
+    (arguments
+     '(#:asd-systems '("cpu")
+       #:tests? #f
+       #:phases
+       (modify-phases %standard-phases
+         (add-after 'unpack 'chdir
+           (lambda _
+             (chdir "modeline/cpu"))))))
+    (home-page
+     "https://github.com/stumpwm/stumpwm-contrib/tree/master/modeline/cpu";)
+    (synopsis "Modeline support for CPU info")
+    (description "Modeline support for CPU info.")
+    (license license:gpl3+)))
+
 (define-public lemonbar
   (let ((commit "35183ab81d2128dbb7b6d8e119cc57846bcefdb4")
         (revision "1"))



reply via email to

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