unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: Oleg Pykhalov <go.wigust@gmail.com>
Cc: guix-devel <guix-devel@gnu.org>
Subject: Re: Succeed to run guile-bash on Guile 3.0.5
Date: Tue, 11 May 2021 22:35:33 +0200	[thread overview]
Message-ID: <87k0o5vwiy.fsf@gnu.org> (raw)
In-Reply-To: <87fsyvlaa9.fsf@gmail.com> (Oleg Pykhalov's message of "Mon, 10 May 2021 03:09:18 +0300")

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’.


  parent reply	other threads:[~2021-05-11 20:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-10  0:09 Succeed to run guile-bash on Guile 3.0.5 Oleg Pykhalov
2021-05-10  8:42 ` david larsson
2021-05-11 20:35 ` Ludovic Courtès [this message]
2021-05-13  5:50   ` Oleg Pykhalov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87k0o5vwiy.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=go.wigust@gmail.com \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).