Re: How do I reference the src checkout in a package?

2022-10-29 Thread Zhu Zihao
Try `#$(package-source this-package)` in the builder gexp. Or you can try `(assoc-ref inputs "source")`, but be careful, this is undocumented behaviour and it may change without notice and break your recipes. OT: it's better to ask for help in help-g...@gnu.org :) jgart writes: > On Sat, 29

Re: How do I reference the src checkout in a package?

2022-10-29 Thread jgart
On Sat, 29 Oct 2022 23:05:50 -0500 jgart wrote: For example, nix allows you to reference the source checkout with the $src variable: https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/development/compilers/carp/default.nix#L38

How do I reference the src checkout in a package?

2022-10-29 Thread jgart
Hi, I need to reference the carp checkout in an environment variable so that carp can find the libs it needs: /gnu/store/0xhn0vyjlcb2dv1h2333vhbj7j1vvrr6-carp-0.5.5-checkout How can I do that? * carp package definition ``` (define-public carp (package (name "carp") (version "0.5.5")

Re: Release progress, week 3

2022-10-29 Thread Guillaume Le Vaillant
Ludovic Courtès skribis: > Release progress: week 3. > > • Architectures: > [...] > - armhf-linux: No progress so far. I tried doing a "guix pull" for armhf-linux on a Raspberry Pi 2 B (Raspberry Pi OS with Guix as package manager), and also on a more powerful x86_64 machine with

Re: Mailman From header rewrite

2022-10-29 Thread Kyle Meyer
Kyle Meyer writes: > Sarah Morgensen writes: > >> On Tuesday, January 5th, 2021 at 5:01 AM, Kyle Meyer wrote: >> >>> add the appropriate "From:" header to the body of each patch. `git am` >>> will take the in-body header over the actual header. >> >> I wonder if there is a way to automate the

Re: How Do We Fish If It Loads?

2022-10-29 Thread jgart
On Sat, 29 Oct 2022 09:30:50 +0800 Zhu Zihao wrote: > > It seems that there's no carp-lang packaged in Guix. So we have to > package it first. Ya, I don't think that will be too hard. There's a nixpkgs definition here that shows what will be required:

Re: bug#58859: profile contents depends on package order

2022-10-29 Thread Attila Lendvai
this is also somewhat related to: https://issues.guix.gnu.org/50878 -- • attila lendvai • PGP: 963F 5D5F 45C7 DFCD 0A39 -- “In your journey to healing, you will learn to appreciate the many faceted qualities of others. Your early impressions will grow more accurate and you will use your trust

Re: Antioxidant (new rust build system) update - 100% builds

2022-10-29 Thread Tobias Geerinckx-Rice
Hi Maxime, This is so great. It's been downright fun watching antioxidant steadily grow in power. Thank you so much for working on it! Kind regards, T G-R signature.asc Description: PGP signature

Antioxidant (new rust build system) update - 100% builds

2022-10-29 Thread Maxime Devos
Hi, 100% (rounded up) of the packages build with antioxidant, though a very few still fail to build: . So far, work on antioxidant has been done in a separate channel for convenience, but given that almost everything builds now, I think it's a

Re: bug#58859: profile contents depends on package order

2022-10-29 Thread Maxime Devos
Looks sort-of but not quite a duplicate of (‘guix shell’ skips profile collisions checks) to me. Greetings, Maxime. OpenPGP_0x49E3EE22191725EE.asc Description: OpenPGP public key OpenPGP_signature Description: OpenPGP digital signature