all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Christopher Baines <mail@cbaines.net>
To: dan <i@dan.games>
Cc: 65279-done@debbugs.gnu.org
Subject: bug#65279: [PATCH] gnu: waybar: Update to 0.9.20.
Date: Tue, 29 Aug 2023 14:01:04 +0100	[thread overview]
Message-ID: <87il8ygfw7.fsf@cbaines.net> (raw)
In-Reply-To: <20230814020916.3255-1-i@dan.games>

[-- Attachment #1: Type: text/plain, Size: 1460 bytes --]


dan <i@dan.games> writes:

> * gnu/packages/wm.scm (waybar): Update to 0.9.20.
> [arguments]<:configure-flags>: Disable download missing dependencies.
> [inputs]: Add libevdev, pipewire and wireplumber.
> * gnu/packages/wm.scm (waybar-experimental)
> [arguments]<:configure-flags>: Disable download missing dependencies.
> ---
>  gnu/packages/wm.scm | 15 +++++++++++----
>  1 file changed, 11 insertions(+), 4 deletions(-)

...

> @@ -1960,7 +1965,8 @@ (define-public waybar-experimental
>      (package/inherit base
>        (name "waybar-experimental")
>        (arguments
> -       (list #:configure-flags #~(list "-Dexperimental=true")))
> +       (list #:configure-flags #~(list "-Dexperimental=true"
> +                                       "--wrap-mode=nodownload")))
>        (synopsis "Waybar with experimental features"))))

Here I've changed this to the following:

+       (substitute-keyword-arguments (package-arguments base)
+         ((#:configure-flags flags '())
+          #~(cons "-Dexperimental=true"
+                  #$flags))))

So now waybar-experimental will automatically inherit the configure
flags of waybar.

> @@ -3437,3 +3443,4 @@ (define-public velox
>        (description "velox is a simple window manager for Wayland based on swc.
>  It is inspired by dwm and xmonad.")
>        (license license:expat))))
> +waybar

I've removed this line and pushed to master as
005da27028ebab8998ce54c88683d809b3ceaf62.

Thanks,

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

      reply	other threads:[~2023-08-29 13:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-14  2:09 [bug#65279] [PATCH] gnu: waybar: Update to 0.9.20 dan
2023-08-29 13:01 ` Christopher Baines [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=87il8ygfw7.fsf@cbaines.net \
    --to=mail@cbaines.net \
    --cc=65279-done@debbugs.gnu.org \
    --cc=i@dan.games \
    /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.