[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#54065] [PATCH 2/3] gnu: mumble: Update to 1.4.230.
From: |
Liliana Marie Prikler |
Subject: |
[bug#54065] [PATCH 2/3] gnu: mumble: Update to 1.4.230. |
Date: |
Sat, 19 Feb 2022 20:18:33 +0100 |
User-agent: |
Evolution 3.42.1 |
Am Samstag, dem 19.02.2022 um 19:20 +0100 schrieb Maxime Devos:
> Liliana Marie Prikler schreef op za 19-02-2022 om 16:05 [+0100]:
> > + (add-after 'unpack 'fix-mumble-overlay
> > + (lambda* (#:key outputs #:allow-other-keys)
> > (with-output-to-file "scripts/mumble-overlay"
> > (lambda ()
> > (format #t "#!~a~%" (which "bash"))
>
> This is more a bug in the original package definition, but
> this use of 'which "bash"' is incorrect when cross-compiling, it
> needs to be (search-input-file inputs "bin/bash") instead.
Thanks for the catch, will update.
- [bug#54065] [PATCH 0/3] Update mumble to 1.4.230, Liliana Marie Prikler, 2022/02/19
- [bug#54065] [PATCH 2/3] gnu: mumble: Update to 1.4.230., Liliana Marie Prikler, 2022/02/19
- [bug#54065] [PATCH 1/3] gnu: Add poco., Liliana Marie Prikler, 2022/02/19
- [bug#54065] [PATCH 3/3] gnu: mumble: Enable tests., Liliana Marie Prikler, 2022/02/19
- [bug#54065] [PATCH v2 2/3] gnu: mumble: Update to 1.4.230., Liliana Marie Prikler, 2022/02/22
- [bug#54065] [PATCH v2 1/3] gnu: Add poco., Liliana Marie Prikler, 2022/02/22
- [bug#54065] [PATCH v2 3/3] gnu: mumble: Enable tests., Liliana Marie Prikler, 2022/02/22