Re: 03/05: Revert "gnu: ghc-protolude: Update to 0.3.0."

2021-02-24 Thread Ludovic Courtès
Hi! guix-comm...@gnu.org skribis: > commit 325098de344f87c8072f39871585dba779f8e5f1 > Author: Léo Le Bouter > AuthorDate: Wed Feb 24 17:38:18 2021 +0100 > > Revert "gnu: ghc-protolude: Update to 0.3.0." > > This reverts commit a281a67f3ca56b5dfa670b4019d26d4c39e0c804. When revertin

Re: Guix Packaging Meetup Wednesday February 24 7PM EST

2021-02-24 Thread jgart
Thank you to everyone that came and contributed to LibreMiami's Guix Packaging Meetup! It was great to chat and to code together. We got ed25519 (https://github.com/OperatorFoundation/ed25519) packaged! I'll send the patch later tonight to guix-patc...@gnu.org for code review :) all the be

Re: ZFS on Guix, again

2021-02-24 Thread raid5atemyhomework
Hi Ludo, > > I agree with 宋文武 regarding ‘file-system-service-type’. > > raid5atemyhomework raid5atemyhomew...@protonmail.com skribis: > > > > > However, for the case where the user expects the "typical" ZFS style of > > > managing file systems, we need to mount all the ZFS file systems and > > >

option hint for all commands?

2021-02-24 Thread zimoun
Hi, >From patch#45893 [1]: > it works for commands using 'parse-command-line' and > not 'args-fold*'. For example, one patch of the series replace for > "guix show" and "guix search". I would like to replace all the > args-fold* by parse-command-line, I think it makes sense. WD

Re: Guix Packaging Meetup Wednesday February 24 7PM EST

2021-02-24 Thread jgart
Hi Guix, I just wanted to remind everyone that the guix packaging meetup will be today at 7PM EST. If you happen to be awake, come by and join us over mumble at mumble.libremiami.org. We'll be attempting to package obfs4, a direct dependency of bitmask-vpn. Here is the event page in case you'

Re: 02/03: tests: gremlin: Skip file-needed/recursive if DT_NEEDED is empty.

2021-02-24 Thread Chris Marusich
Hi Ludo, Ludovic Courtès writes: > guix-comm...@gnu.org skribis: > >> +++ b/tests/gremlin.scm >> @@ -61,7 +61,12 @@ >> (elf-dynamic-info-needed dyninfo)) >> >> (unless (and %guile-executable (not (getenv "LD_LIBRARY_PATH")) >> - (file-needed %guile-execut

Re: “guix pack -RR” and ignored environment variables

2021-02-24 Thread Ricardo Wurmus
Hi, Ludovic Courtès writes: > $ unshare -mrf Indeed, with this command instead of “guix environment --container” everything works as expected. Thanks! > My guess is that the container you created contains some store items, > such as the bash that appears in shebang. Relocatable wrappers do

Re: 02/03: tests: gremlin: Skip file-needed/recursive if DT_NEEDED is empty.

2021-02-24 Thread Ludovic Courtès
guix-comm...@gnu.org skribis: > +++ b/tests/gremlin.scm > @@ -61,7 +61,12 @@ > (elf-dynamic-info-needed dyninfo)) > > (unless (and %guile-executable (not (getenv "LD_LIBRARY_PATH")) > - (file-needed %guile-executable)) ;statically linked? > +