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: David Dashyan
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
User-agent: mu4e 1.4.15; emacs 27.2

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 via email to

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