I've thought about doing this for Channel definitions, and also for packages in
my own channel.
One thing that struck me is Skribilio might be a more interesting literate
format, given its written in Guile too.
https://www.nongnu.org/skribilo/
From: Help-Guix o
Hi, has anyone tried to create a GNU Guix channel as org babel file(s)
that get untangled and serve a dual purpose as a blog describing the
channel packages, reasons for packaging them, etc?
The blog would get generated and published via HTTP and/or gemini.
On Sun, Aug 28, 2022 at 05:43:21PM +, Gottfried wrote:
> Hi Guixers,
>
> after changing my config.scm the updating of it shows this message:
>
>
>
> /etc/config.scm:49:6: Fehler: (targets (list "/boot/efi") (keyboard-layout
> keyboard-layout)): invalid field specifier
>
> "Fehler"(in engli
Hi Maxim,
On Friday, August 26th, 2022 at 17:53, Maxim Cournoyer
wrote:
> For what it's worth, I used Emacs with Elpy.
>
> I have python-ipython, python-ipdb, and python-pdbpp installed, and to
> debug I use put 'breakpoint()' in the code, along the
> PYTHONBREAKPOINT=ipdb.sset_trace environm
Hi David,
On Thursday, August 25th, 2022 at 18:33, david larsson
wrote:
> I use emacs with plugins like jupyter, flake8, magit, and jedi that
> gives autocompletion for Python, including from org-mode files and
> org-src buffers - see attached screenshot. It works nicely so far.
Thanks. Actua
Hi Guixers,
after changing my config.scm the updating of it shows this message:
/etc/config.scm:49:6: Fehler: (targets (list "/boot/efi")
(keyboard-layout keyboard-layout)): invalid field specifier
"Fehler"(in english "mistake")
my config.scm:
(bootloader
(bootloader-configuration
> Modulo typos, and indentation being weird because 'phone,
>
> (arguments
> (list
> #:make-flags
> #~(list (string-append "HELLO=" #$output "/bin/hello"))
> #:phases
> #~(modify-phases %standard-phases
> (add-after 'unpack 'option-one
> (lambda _
>(substitute* "foo.c"
> > Also, that should probably be "$@", just in case.
>
> I don't think it'll make any difference; if, say, "foo" "bar" "baz" is
> passed, both $@ and "$@" will expand to "foo" "bar" "baz" (yes, bypassing
> the quotes).
>
> According to POSIX.1-2017's specification of `sh`:
>
> When the expans
On Sun Aug 28, 2022 at 12:50 PM BST, Csepp wrote:
> Did you test that one? Because I'm pretty sure it won't work, you
> aren't passing the heredoc file descriptor to sh but guix shell.
I hadn't tested it then, but I just did now, and it works.
gsh -D guix lua < Also, that should probably be "$
Gottfried writes:
> [[PGP Signed Part:Undecided]]
> Hi Guixers,
>
> I installed "tor".
>
> Do I also need "tor-client" and "torsocks"?
>
> I don't know what they are for.
>
> I don't want to have too many packages, so if I don't need them to run
> tor, I can uninstall them.
>
> Gottfried
>
> [2
Matthew James Kraai writes:
> Hi,
>
> Is it possible to build Rust 1.58.1 without updating the `rust`
> definition? If so, how do I do so?
>
> If I apply this patch:
>
> ```
> diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
> index 67dc5cdaf3..61d6686b64 100644
> --- a/gnu/packages/
jgart writes:
> Hi,
>
> This is what I do to work on GNU Guix on a foreign distro:
>
> git clone https://git.savannah.gnu.org/git/guix.git
>
> cd guix
> guix shell -D guix --container -- ./bootstrap
> guix shell -D guix --container -- ./configure --localstatedir=/var
> guix shell -D guix --cont
"(" writes:
> On Sat Aug 27, 2022 at 9:56 PM BST, ( wrote:
>> guix shell -D guix -- sh <> ./bootstrap && ./configure --localstatedir=/var && make -j$(nproc)
>> EOF
>
> You could wrap it in a sh function:
>
> gsh() {
> guix shell $@ -- sh
> }
>
> gsh -D guix < ./bootstrap &&
Hi Guixers,
I installed "tor".
Do I also need "tor-client" and "torsocks"?
I don't know what they are for.
I don't want to have too many packages, so if I don't need them to run
tor, I can uninstall them.
Gottfried
OpenPGP_0x61FAF349C9FB7F94.asc
Description: OpenPGP public key
OpenPGP_s
14 matches
Mail list logo