On 2019-01-04 22:38, Ricardo Wurmus wrote: > Hi, > >> From: swedebugia >> Date: Fri, 4 Jan 2019 21:20:46 +0100 >> Subject: [PATCH] gnu: artanis: Update to 0.3.1. >> >> * gnu/packages/guile.scm (artanis): Update it. Added note about >> guile-csv. > > This should be > > --8<---------------cut here---------------start------------->8--- > gnu: artanis: Update to 0.3.1. > > * gnu/packages/guile.scm (artanis): Update to 0.3.1. > [inputs]: Add guile-json and guile-redis. > [source]: Unbundle guile-redis and guile-json in snippet. > [arguments]: Delete strip phase. > --8<---------------cut here---------------end--------------->8--- > >> + (delete 'strip)))) > > Why is this needed? > >> + ;; native-search-paths are needed but left out because we propagate it >> + ;; from the installation of guile. >> + ;; On foreign distributions you have to set this manually no matter if >> + ;; you installed guile with guix or not. On GuixSD it should be set >> + ;; correctly automatically (Guile is always installed there) > > I don’t know what this is trying to say, and it is pretty verbose. > Should the guile-* inputs be propagated instead? Please remove this > comment. Fixed. Is this OK? -- Cheers Swedebugia