Hi!
Ricardo Wurmus skribis:
> Ludovic Courtès writes:
>
>> The workaround I found is to add ‘sssd’ to the pack, like so:
>>
>> guix pack -RR -S /lib=lib -S /bin=bin sssd guile
>>
>> That way, on the other machine, you can set LD_LIBRARY_PATH such that
>> Guix’ libnss_sss.so gets loaded:
>>
>>
Hi,
Mark H Weaver skribis:
> (define-public emacs-next
> (let ((commit "c36c5a3dedbb2e0349be1b6c3b7567ea7b594f1c")
> (revision "0")
> (emacs-version "27.0.91"))
> (package
> (inherit emacs)
> (name "emacs-next")
> (version (git-version emacs-version revisi
Hi again,
Timothy Sample writes:
> I‘ll take a look at PureScript and check Elm, since maybe the Agda fix
> will work for them. I’m not sure about Idris – it needs a bit more
> effort.
Good news! Elm and PureScript are fine, and I just pushed a fix for
Idris: 5aaa1995922285d53a97824f2b83bdb71
Nice! Thanks Tim!
Mark H Weaver writes:
[...]
> Pierre Neidhardt wrote:
>> I confirm that with Mark's commit
>> emacs-clojure-mode
I've filed bug#43090 with a trivial patch for emacs-clojure-mode, no
need to revert Emacs 27.1 for this bug IMHO.
> and emacs-elisp-refs are also broken.
is there a specific bug r
Hi Morgan,
Morgan Smith wrote:
> It seems I am taking some credit for Jack Hill's patch. I simply took
> Jack's patch (labeled as patch v3 in the debbugs thread) and attempted
> to build it with my personal config.
Indeed, I see that now. Sorry for the mistake. I suppose it happened
because it
Hi Ludovic,
Ludovic Courtès wrote:
> Mark H Weaver skribis:
>
>> (define-public emacs-next
>> (let ((commit "c36c5a3dedbb2e0349be1b6c3b7567ea7b594f1c")
>> (revision "0")
>> (emacs-version "27.0.91"))
>> (package
>> (inherit emacs)
>> (name "emacs-next")
>>
Mark H Weaver writes:
> Agreed, or perhaps 'emacs' itself should have been updated on a separate
> branch.
+1 for WIP-emacs branch in future.
Brett Gilio