Manolis Ragkousis skribis:
> When I try to patch tar I get "(vm-run "VM: Stack overflow" ())",
> probably, because it tries to use patch but it does not yet exist and
> I get the chicken-egg problem.
Indeed. The problem was that, by default, source patching in
‘patch-and-repack’ would use not t
Good morning guix
When I try to patch tar I get "(vm-run "VM: Stack overflow" ())",
probably, because it tries to use patch but it does not yet exist and
I get the chicken-egg problem.
I created patch-final in commencement.scm and added it to %boot6-inputs
which are used to build %final-inputs. B