Gábor Boskovits <[email protected]> writes:
> 5. create a file gexp.scm with this content: > (use-modules > (gnu packages package-management) > (guix gexp)) > > (program-file > "a" > (with-extensions > (list guix) > #~(#t))) > 6. guix build -f gexp.scm > > This will fail with as strange error message. What’s the error message? -- Ricardo
