GNU bug report logs -
#63799
[PATCH] gnu: xmobar: Keep xmobar libraries
Previous Next
Reported by: Saku Laesvuori <saku <at> laesvuori.fi>
Date: Tue, 30 May 2023 07:56:02 UTC
Severity: normal
Tags: patch
Done: Lars-Dominik Braun <lars <at> 6xq.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#63799: [PATCH] gnu: xmobar: Keep xmobar libraries
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 63799 <at> debbugs.gnu.org.
--
63799: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63799
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hey,
> * gnu/packages/wm.scm (ghc-xmobar): New variable.
> (xmobar)[inputs]: Remove everything except libxpm. Add ghc-xmobar.
> [arguments]: Disable tests as they are run in ghc-xmobar. Configure only
> the xmobar executable. Remove unnecessary phases.
> [native-inputs]: Remove everything.
pushed as ba1fe203b293469e8db1a78e5090ecc711aaaba2 with minor modifications (added inherit from ghc-xmobar).
Cheers,
Lars
[Message part 3 (message/rfc822, inline)]
* gnu/packages/wm.scm (xmobar)[arguments]: Remove 'remove-libraries
phase and enable #:haddock?.
---
This patch effectively reverts 6188fe26334, which for some reason
dropped the libraries from the xmobar package. I can write a patch
adding the libraries in a separate package if that is preferred, but I
think xmobar should have it's configuration libraries included just like
xmonad has.
gnu/packages/wm.scm | 5 -----
1 file changed, 5 deletions(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index b4e0e51018..d347b12d6d 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -896,13 +896,8 @@ (define-public xmobar
libxpm))
(arguments
`(#:configure-flags (list "--flags=all_extensions")
- ;; Haddock documentation is for the library.
- #:haddock? #f
#:phases
(modify-phases %standard-phases
- (add-after 'register 'remove-libraries
- (lambda* (#:key outputs #:allow-other-keys)
- (delete-file-recursively (string-append (assoc-ref outputs "out") "/lib"))))
(add-before 'build 'patch-test-shebang
(lambda* (#:key inputs #:allow-other-keys)
(substitute* "test/Xmobar/Plugins/Monitors/AlsaSpec.hs"
base-commit: 3807876af4b53babdbc2f1d730e4763ff651f316
--
2.40.1
This bug report was last modified 1 year and 318 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.