guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Succeed to run guile-bash on Guile 3.0.5


From: Ludovic Courtès
Subject: Re: Succeed to run guile-bash on Guile 3.0.5
Date: Tue, 11 May 2021 22:35:33 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)

Hi Oleg,

Oleg Pykhalov <go.wigust@gmail.com> skribis:

> Here is a Guix package recipe which works on Guix 862a8861 commit:
>
> (define-public guile3.0-bash
>   (package
>     (inherit guile-bash)
>     (name "guile3.0-bash")
>     (inputs
>      `(("guile" ,guile-3.0-latest)
>        ,@(assoc-remove! (package-inputs guile-bash) "guile")))
>     (arguments
>      `(#:tests? #f
>        #:phases (modify-phases %standard-phases
>                   (add-after 'install 'install-guile
>                     (lambda* (#:key inputs outputs #:allow-other-keys)
>                       (copy-recursively
>                        (string-append (assoc-ref outputs "out")
>                                       (assoc-ref inputs "guile") "/share")
>                        (string-append (assoc-ref outputs "out") "/share"))
>                       #t)))
>        ,@(package-arguments guile-bash)))))

What about making it the new ‘guile-bash’ package in Guix?

Thanks,
Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]