Andreas Enge skribis:
> ice-9/boot-9.scm:106:20: In procedure make_objcode_from_file: bad header on
> object file: "GOOFLE-8-2.0"
This “GOOF” cookie indicates the Guile Object Object(!) Format. Here,
it says little endian with 8-byte pointers. That corresponds to this
GNU triplet:
--8<--
On the fuloong mips machine, in the mips64el branch, "make" results in the
following:
/bin/mkdir -p `dirname "guix/derivations.go"`
LC_ALL=C\
./pre-inst-env \
/usr/bin/guild compile -L "." -L
Nikita Karetnikov skribis:
> I guess that I can implement this one:
>
> ** Add equivalent to Nixpkgs's ‘wrapProgram’
>
> What's the purpose of 'wrapProgram'? Could you elaborate?
Here’s an example from the Guile expression in Nixpkgs:
wrapProgram $out/bin/guile-snarf --prefix PATH : "${gawk}