help-guix
[Top][All Lists]
Advanced

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

Re: Bug? Importing (gnu rest ...) fails due to lack of patch files on bu


From: Joshua Branson
Subject: Re: Bug? Importing (gnu rest ...) fails due to lack of patch files on build side.
Date: Fri, 16 Apr 2021 10:10:02 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

David Dashyan <mail@davie.li> writes:

I'm just responding so that you get a response.  :)

Your last email had some pretty cool code bro!  It certainly looks like
you're having fun with guix!

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

-- 
Joshua Branson (joshuaBPMan in #guix)
Sent from Emacs and Gnus
  https://gnucode.me
  https://video.hardlimit.com/accounts/joshua_branson/video-channels
  https://propernaming.org
  "You can have whatever you want, as long as you help
enough other people get what they want." - Zig Ziglar
  



reply via email to

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