[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: stumpwm: Fix build.
From: |
guix-commits |
Subject: |
01/03: gnu: stumpwm: Fix build. |
Date: |
Fri, 3 May 2024 14:51:34 -0400 (EDT) |
glv pushed a commit to branch core-updates
in repository guix.
commit d054bac3492b55770ea2d9be21c662de6dcc390c
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Fri May 3 13:41:01 2024 +0200
gnu: stumpwm: Fix build.
* gnu/packages/wm.scm (stumpwm)[arguments]: Don't refer to nonexistent
'install' phase.
Change-Id: I6db6948750175de88f8e47eac10ceb76bff19640
---
gnu/packages/wm.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index b6438b787c..3bb6d51dbf 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2403,7 +2403,7 @@ wlr-output-management-unstable-v1 protocol.")
Icon=~@
Type=Application~%"
out))))))
- (add-after 'install 'install-manual
+ (add-after 'create-desktop-file 'install-manual
(lambda* (#:key (make-flags '()) outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
(info (string-append out "/share/info")))