GNU bug report logs - #77739
[PATCH] gnu: Add sbcl-stumpwm-stump-nm.

Previous Next

Package: guix-patches;

Reported by: Junker <dk <at> junkeria.club>

Date: Fri, 11 Apr 2025 13:22:02 UTC

Severity: normal

Tags: patch

Done: Guillaume Le Vaillant <glv <at> posteo.net>

To reply to this bug, email your comments to 77739 AT debbugs.gnu.org.
There is no need to reopen the bug first.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#77739; Package guix-patches. (Fri, 11 Apr 2025 13:22:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Junker <dk <at> junkeria.club>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 11 Apr 2025 13:22:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Junker <dk <at> junkeria.club>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add sbcl-stumpwm-stump-nm.
Date: Fri, 11 Apr 2025 20:20:33 +0700
* gnu/packages/wm.scm (sbcl-stumpwm-stump-nm): New variable.

Change-Id: I155ab3fc653e118f3b3969374cfeb22f2c695819
---
 gnu/packages/wm.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 375ed08c00..ee02e7dc8a 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2871,6 +2871,29 @@ (define-public sbcl-stumpwm-binwarp
 mouse control mode for StumpWM.")
     (license (list license:gpl2+ license:gpl3+ license:bsd-2))))
 
+(define-public sbcl-stumpwm-stump-nm
+  (package
+    (inherit stumpwm-contrib)
+    (name "sbcl-stumpwm-stump-nm")
+    (arguments
+     '(#:asd-systems '("stump-nm")
+       #:tests? #f
+       #:phases
+       (modify-phases %standard-phases
+         (add-after 'unpack 'chdir
+           (lambda _ (chdir "util/stump-nm"))))))
+    (home-page "https://github.com/stumpwm/stumpwm-contrib")
+    (inputs (list stumpwm
+                  sbcl-babel
+                  sbcl-alexandria
+                  sbcl-dbus))
+    (synopsis "StumpWM NetworkManager integration")
+    (description "This module allows you to manage your Wi-Fi networks and VPN
+connections from within StumpWM itself.  It is intentionally pretty bare-bones in
+features, in that it allows you to enable/disable connections, and no more.  It is
+not a replacement for nmtui and/or nmcli.")
+    (license license:gpl3+)))
+
 (define-public sbcl-stumpwm-ttf-fonts
   (package
     (inherit stumpwm-contrib)

base-commit: 2934de1447f87b361608ef3a2a756b8a5d2f42e6
prerequisite-patch-id: e1f9a928f816883d9eaaaabf4accbb56800f513e
-- 
2.49.0





Reply sent to Guillaume Le Vaillant <glv <at> posteo.net>:
You have taken responsibility. (Mon, 14 Apr 2025 12:10:02 GMT) Full text and rfc822 format available.

Notification sent to Junker <dk <at> junkeria.club>:
bug acknowledged by developer. (Mon, 14 Apr 2025 12:10:02 GMT) Full text and rfc822 format available.

Message #10 received at 77739-done <at> debbugs.gnu.org (full text, mbox):

From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Junker <dk <at> junkeria.club>
Cc: 77739-done <at> debbugs.gnu.org
Subject: Re: [bug#77739] [PATCH] gnu: Add sbcl-stumpwm-stump-nm.
Date: Mon, 14 Apr 2025 12:09:38 +0000
[Message part 1 (text/plain, inline)]
Patch applied as 35c1f382944e727913020c03127be888bcb2352f.
Thanks.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 19 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.