[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: |
Maxime Devos |
Subject: |
[bug#54065] [PATCH 2/3] gnu: mumble: Update to 1.4.230. |
Date: |
Sat, 19 Feb 2022 19:20:34 +0100 |
User-agent: |
Evolution 3.38.3-1 |
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.
Greetings,
Maxime.
signature.asc
Description: This is a digitally signed message part
- [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