From: John Kehayias via Guix-patches via <guix-patches@gnu.org>
To: Josselin Poiret <dev@jpoiret.xyz>
Cc: 56127@debbugs.gnu.org
Subject: [bug#56127] [PATCH 2/2] gnu: polybar: Simplify inputs.
Date: Thu, 23 Jun 2022 14:41:39 +0000 [thread overview]
Message-ID: <JgbeCQtvYp74Iv3e8QpmIO6v0snbAl5Cd6jEr1N_kVbg9KwDCBApmLrFRV7g33xJ-HgKqT3yu_oOSxSr9utW0SuSziOHttw5fdz2KoAUv_I=@protonmail.com> (raw)
In-Reply-To: <x7X8vmU7JxtyWWX_8daSzQTPTN90_PMPsSFKjAVkqrwd3wUnV1d3iPYdFbDDfaMHy9Jv6ApDam5D7blVNggGgxanv9UxcLB1SX98rsOQ0mU=@protonmail.com>
[-- Attachment #1: Type: text/plain, Size: 13 bytes --]
Empty Message
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0002-gnu-polybar-Simply-inputs.patch --]
[-- Type: text/x-patch; name=0002-gnu-polybar-Simply-inputs.patch, Size: 1090 bytes --]
From 6eda624895edc47c0b879437719b6f89875b48b9 Mon Sep 17 00:00:00 2001
From: John Kehayias <john.kehayias@protonmail.com>
Date: Thu, 23 Jun 2022 10:35:56 -0400
Subject: [PATCH 2/2] gnu: polybar: Simply inputs.
* gnu/packages/wm.scm (polybar)[native-inputs]: Remove labels.
---
gnu/packages/wm.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 92106045e9..256cdb4089 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1509,9 +1509,9 @@ (define-public polybar
xcb-util-wm
xcb-util-xrm))
(native-inputs
- `(("pkg-config" ,pkg-config)
- ("python-sphinx" ,python-sphinx) ; for the manual
- ("python" ,python))) ; xcb-proto depends on python 3
+ (list pkg-config
+ python-sphinx ; for the manual
+ python)) ; xcb-proto depends on python 3
(home-page "https://polybar.github.io/")
(synopsis "Fast and easy-to-use status bar")
(description "Polybar aims to help users build beautiful and highly
--
2.36.1
prev parent reply other threads:[~2022-06-23 14:43 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-21 18:21 [bug#56127] [PATCH] gnu: polybar: Update to 3.6.3 John Kehayias via Guix-patches via
2022-06-22 13:42 ` Josselin Poiret via Guix-patches via
2022-06-22 14:35 ` John Kehayias via Guix-patches via
2022-06-23 10:16 ` Josselin Poiret via Guix-patches via
2022-06-23 14:40 ` [bug#56127] [PATCH 1/2 v2] " John Kehayias via Guix-patches via
2022-06-23 20:29 ` bug#56127: [PATCH] " Ludovic Courtès
2022-06-23 14:41 ` John Kehayias via Guix-patches via [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='JgbeCQtvYp74Iv3e8QpmIO6v0snbAl5Cd6jEr1N_kVbg9KwDCBApmLrFRV7g33xJ-HgKqT3yu_oOSxSr9utW0SuSziOHttw5fdz2KoAUv_I=@protonmail.com' \
--to=guix-patches@gnu.org \
--cc=56127@debbugs.gnu.org \
--cc=dev@jpoiret.xyz \
--cc=john.kehayias@protonmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.