Hi,
Vincent Legoll skribis:
> I'm discovering guix, and started to try to package something.
>
> I made an error (add a string URL parameter to license x11-style):
>
> (license x11-style "file://LICENSE")
>
> But this is not working, because I've forgotten the scheme call syntax
> (missing paren
Hello,
I'm discovering guix, and started to try to package something.
I made an error (add a string URL parameter to license x11-style):
(license x11-style "file://LICENSE")
But this is not working, because I've forgotten the scheme call syntax
(missing parens)
I'll fix my package definition w