bug#23969: hard to understand error message

2016-07-14 Thread Ludovic Courtès
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

bug#23969: hard to understand error message

2016-07-13 Thread Vincent Legoll
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