Guix Ncurses Interface?

2022-11-11 Thread jgart
Is anyone interested in having an emacs-agnostic ncurses interface for
some aspect of the Guix APIs?

One thing I thought of just now is a nice transitive dependency explorer
ncurses interface.

`guix install dag-tui`

Forgive me Ambrevar,

jgart



Re: Packages depending on (guix build syscalls)

2022-11-11 Thread Marius Bakke
Ludovic Courtès  skriver:

> Hi!
>
> Marius Bakke  skribis:
>
>> Ludovic Courtès  skriver:
>>
>>> Ludovic Courtès  skribis:
>>>
 Quite a few packages depend on (guix build syscalls), starting from
 ‘ant-bootstrap’ (since commit cded3a759356ff66b7df668bcdbdfa0daf96f4c5
 in 2018) up to GNOME-related packages such as ‘mutter’ (commit
 d1c2fe248a7a326189fb7dcae64a59ece96251ba a few months ago).
>>
>> It seems the usage of (guix build syscalls) in java.scm and
>> ant-build-system is solely for 'mkdtemp!'.  Guile 3.0.6 gained
>> 'mkdtemp', so I suppose we can switch to that?
>
> I think so.

Pushed in fa9ad4b4822d..e6f5b9f7321925.

However it is only a temporary measure because on the 'core-updates'
branch, (guix build syscalls) is used by polkit (for
SET-CHILD-SUBREAPER!) and thus get nearly 3k dependents.


signature.asc
Description: PGP signature


Re: Compile skribilo doc containing guix channel references

2022-11-11 Thread zimoun
Hi Ludo,

On jeu., 10 nov. 2022 at 12:58, Ludovic Courtès  wrote:

>> Is it possible to have a Skribilo reader which would use less
>> parenthesis?  Similar to Racket Scribble?
>
> Definitely, there’s already a couple of them and we could add one with a
> syntax similar to Texinfo or Scribble.

Do you mean Skribe syntax and Outline syntax [1] by “a couple of them”?
Or others?

Well, if it is possible to implement something similar to Texinfo, why
not similar to LaTeX which is more popular for scientific authoring
system than all the others.  For what it is worth, I would never invest
in something different from LaTeX syntax for publishing. :-)

1: https://www.nongnu.org/skribilo/doc/user-3.html


Cheers,
simon