all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#63799] [PATCH] gnu: xmobar: Keep xmobar libraries
@ 2023-05-30  7:54 Saku Laesvuori via Guix-patches via
  2023-07-01 14:36 ` Ludovic Courtès
  0 siblings, 1 reply; 7+ messages in thread
From: Saku Laesvuori via Guix-patches via @ 2023-05-30  7:54 UTC (permalink / raw)
  To: 63799; +Cc: Saku Laesvuori

* 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





^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-07-07 12:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-30  7:54 [bug#63799] [PATCH] gnu: xmobar: Keep xmobar libraries Saku Laesvuori via Guix-patches via
2023-07-01 14:36 ` Ludovic Courtès
2023-07-01 16:39   ` Lars-Dominik Braun
2023-07-02 16:24     ` Saku Laesvuori via Guix-patches via
2023-07-03  8:25       ` Lars-Dominik Braun via
2023-07-07  9:42         ` [bug#63799] [PATCH v2] gnu: Add ghc-xmobar Saku Laesvuori via Guix-patches via
2023-07-07 12:19           ` bug#63799: " Lars-Dominik Braun

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.