Hello Guix,
I noticed that bap (binary analysis platform)'s executable
is missing all subcommands:
--8<---cut here---start->8---
$ guix shell bap
$ bap /bin/sh # default to disassemble
bap: unknown command 'disassemble', must be either '.' or 'list'.
Usage: bap
On 2024-02-15 at 17:18+01:00, Simon Tournier wrote:
> On mer., 20 déc. 2023 at 16:18, Nguyễn Gia Phong wrote:
> > Could you take a look at https://issues.guix.gnu.org/67675
> > if it fixes it for you?
>
> Since patch#67675 is merged, is it fixed now?
FWIW it is fixed for me d-;
signature.asc
Des
Could you take a look at https://issues.guix.gnu.org/67675
if it fixes it for you?
signature.asc
Description: PGP signature
I am trying to package Mepo, an OpenStreetMap frontend written in Zig.
The currently packaged Zig fails to find transitive dependencies of SDL2:
https://paste.sr.ht/~cnx/db21e1ef9a6828f3ec898db43b790d71b5ef213a
Here's a minimal reproducible Zig project:
// main.zig
const c = @cImport(@cInclude("S
On 2018-10-07 at 21:25:36-0500, Caleb Ristvedt wrote:
> On installing ibus and ibus-libpinyin and ensuring
> the appropriate environment variables were applied,
> I attempted to run ibus-setup. I went to the "Input Method" section
> and added the "Chinese - Intelligent Pinyin" method. At that poi