Re: [PATCH] gnu: u-boot-am335x-boneblack: Revert to old name.

2022-12-28 Thread Maxim Cournoyer
Hello, Vagrant Cascadian writes: > On 2022-12-28, Maxim Cournoyer wrote: >> This reverts to the name this package had previous to commit >> c2c1dfdf5760873f1db86d14873f725a105f7feb ("gnu: bootloader: Add U-Boot >> packages for Raspberry Pi models."), which caused the package name to be >> derive

Improving how NGINX modules are used and built

2022-12-28 Thread mirai
Consider the following nginx-configuration modules field snippet from Guix docs: --8<---cut here---start->8--- (modules (list (file-append nginx-accept-language-module "\ /etc/nginx/modules/ngx_http_accept_language_module.so") (file-append nginx-lua-module

Re: Stratification of GNU Guix into Independent Channels

2022-12-28 Thread Denis 'GNUtoo' Carikli
On Sat, 24 Dec 2022 03:49:30 + "jgart" wrote: > Hi Guixers, Hi, > Should GNU Guix be a small core of packages (and services?)? I think it would also make sense to consider first find the features we want, and then look at how to get them, to see if that works better for us. For instance if

Re: Guix resolves some pain points of NixOS

2022-12-28 Thread jgart
> This post mentions how Guix does better in some regards to NixOS: === > , a single repository being used for the package manager and the package > “recipes”. This looks like one major reason not to try the str

Search in One Channel

2022-12-28 Thread jgart
Hi Guixers, Below are the channels that I'm currently subscribed to. I'd like to search just in the guix-emacs channel with `guix search`. Is there a way to do that currently? If not, Would a patch be accepted to add that feature to the `guix search` subcommand? Any thoughts or ideas on ho

Re: Should Guix support writing CLI Common Lisp scripts? (Think Roswell)

2022-12-28 Thread Russell Sim
"jgart" writes: >> I'm not sure what you mean if it is something beyond what we can do already >> with 'guix shell.' Do >> you mean using a particular hashbang as well? > > Yes, that is one feature that I was nodding ambiguously at. Sorry > >> guix shell sbcl sbcl-cl-csv unoconv -- sbcl --load

Re: Should Guix support writing CLI Common Lisp scripts? (Think Roswell)

2022-12-28 Thread Russell Sim
"jgart" writes: >> What about something like this? >> >> --8<---cut here---start->8--- >> #!/bin/sh >> #|-*- mode:lisp -*-|# >> #| >> exec guix shell sbcl -- sbcl --script $0 "$@" >> |# >> >> (format t "test~%") >> --8<---cut here---en

Re: [PATCH] gnu: u-boot-am335x-boneblack: Revert to old name.

2022-12-28 Thread Vagrant Cascadian
On 2022-12-28, Maxim Cournoyer wrote: > This reverts to the name this package had previous to commit > c2c1dfdf5760873f1db86d14873f725a105f7feb ("gnu: bootloader: Add U-Boot > packages for Raspberry Pi models."), which caused the package name to be > derived from the board name. > > * gnu/packages/

[PATCH] gnu: u-boot-am335x-boneblack: Revert to old name.

2022-12-28 Thread Maxim Cournoyer
This reverts to the name this package had previous to commit c2c1dfdf5760873f1db86d14873f725a105f7feb ("gnu: bootloader: Add U-Boot packages for Raspberry Pi models."), which caused the package name to be derived from the board name. * gnu/packages/bootloaders.scm (u-boot-am335x-evm-boneblack): Re

Better Dependencies or Package Changed

2022-12-28 Thread jgart
Hi Guixers, Sometimes I get a message like this when running `guix upgrade` to upgrade my whole profile. python-foo-bar (dependencies or package changed) Is there currently a way to see exactly what dependencies changed or how the package changed without manually associating commits with those

Guix resolves some pain points of NixOS

2022-12-28 Thread kiasoc5
Hi Guix, This post mentions how Guix does better in some regards to NixOS: https://remy.grunblatt.org/nix-and-nixos-my-pain-points.html It is interesting to see how Guix and Nix complement each other!

Expanding service procedure to accept additional arguments

2022-12-28 Thread mirai
It is occasionally desired to have a service depend on additional shepherd services than the defaults listed in their definition. Examples where this can be seen is the shepherd-requirement field provided by nginx-configuration and opensmtpd-configuration, but these fields are record-type specif

Re: build-system-modules

2022-12-28 Thread Development of GNU Guix and the GNU System distribution.
Just a small fix for my last paragraph: On 2022-12-27 17:56, Nicolas Graves wrote: > Take a guile or maven package, fill the #:modules key in arguments with > respectively '(%guile-build-system-modules) or > '(%maven-build-system-modules), the packaging phases should fail with > gnu-build-syste