Re: Newbie user: Feedback on custom package definition

2023-03-07 Thread Simon Tournier
Hi, On Thu, 02 Mar 2023 at 19:57, "(" wrote: > On Thu Mar 2, 2023 at 6:54 PM GMT, Vagrant Cascadian wrote: >> I often wonder if the name "trivial-build-system" should not be >> something more like: >> >> diy-get-your-hands-messy-with-a-lot-of-effort-build-system > > Maybe PRIMITIVE-BUILD-SYSTEM

Re: Newbie user: Feedback on custom package definition

2023-03-02 Thread (
On Thu Mar 2, 2023 at 6:54 PM GMT, Vagrant Cascadian wrote: > I often wonder if the name "trivial-build-system" should not be > something more like: > > diy-get-your-hands-messy-with-a-lot-of-effort-build-system Maybe PRIMITIVE-BUILD-SYSTEM? -- ( signature.asc Description: PGP signature

Re: Newbie user: Feedback on custom package definition

2023-03-02 Thread Vagrant Cascadian
On 2023-03-02, Gary Johnson wrote: > Rodrigo Morales writes: >> 3 The questions >> === >> >> + What changes would you do to improve the definition of the package >> that I wrote? > > Whenever possible, you should not be using the `trivial-build-system`. I often wonder if the nam

Re: Newbie user: Feedback on custom package definition

2023-03-02 Thread Gary Johnson
Rodrigo Morales writes: > 8<--- > 8<...Text elided... > 8<--- > > > 3 The questions > === > > + What changes would you do to improve the definition of the package > that I wrote? Whenever possible, you should n

Re: Newbie user: Feedback on custom package definition

2023-02-28 Thread 宋文武
Rodrigo Morales writes: > [...] > | #:builder > | #~(begin > | (use-modules (guix build utils)) > | (chdir (assoc-ref %build-inputs "source")) > | (install-file "org-recoll.el" > |(string-append > |

Newbie user: Feedback on custom package definition

2023-02-28 Thread Rodrigo Morales
Table of Contents _ 1. The context 2. The package I wrote 3. The questions 1 The context = Newbie user here. I'm learning how to write my own Guix packages. I've written the following package (please see next section). I have been able to successfully install i