David Dashyan <m...@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