unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: David Dashyan <mail@davie.li>
To: David Dashyan <mail@davie.li>
Cc: Guix Help <help-guix@gnu.org>
Subject: Re: Bug? Importing (gnu rest ...) fails due to lack of patch files on build side.
Date: Wed, 14 Apr 2021 01:10:48 +0300	[thread overview]
Message-ID: <87blahltsn.fsf@davie.li> (raw)
In-Reply-To: <87blajj0kh.fsf@davie.li>

Hello Guix!

My update on this.

So I though of a dirty hack...

(define guix-patches
  (package
    (inherit guix)
    (name "guix-patches")
    (build-system copy-build-system)
    (arguments
     '(#:install-plan
       '(("gnu/packages/patches/"
          "share/guile/site/3.0/gnu/packages/patches/"))))
    (native-inputs '())
    (inputs '())
    (propagated-inputs '())
    (native-search-paths '())
    (home-page "")
    (synopsis "")
    (description "")
    (properties '())))

The reasoning was that I can wrap everithing it in 
(with-extensions (list guix-patches ...) ...)

But still loading patches fails.  Even though they should be now in
%load-path...

-- 
David aka zzappie


  reply	other threads:[~2021-04-13 22:25 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-12  9:48 Bug? Importing (gnu rest ...) fails due to lack of patch files on build side David Dashyan
2021-04-13 22:10 ` David Dashyan [this message]
2021-04-16 14:10   ` Joshua Branson
2021-04-17 21:39     ` David Dashyan
2021-04-25 16:24 ` Maxime Devos
2021-04-27 17:03   ` David Dashyan
2021-04-27 17:36     ` Maxime Devos

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=87blahltsn.fsf@davie.li \
    --to=mail@davie.li \
    --cc=help-guix@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.
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).