* bug#27294: R importer fails to create a list for multiple licenses
@ 2017-06-09 5:47 Joshua Sierles
2017-06-26 20:52 ` Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Joshua Sierles @ 2017-06-09 5:47 UTC (permalink / raw)
To: 27294
For example, 'guix cran import RgoogleMaps' generates this line:
(license (gpl2+ gpl3+)). Build fails unless changing the line to:
(license (list gpl2+ gpl3+)).
--
Joshua Sierles
joshua@joshua.si
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#27294: R importer fails to create a list for multiple licenses
2017-06-09 5:47 bug#27294: R importer fails to create a list for multiple licenses Joshua Sierles
@ 2017-06-26 20:52 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2017-06-26 20:52 UTC (permalink / raw)
To: Joshua Sierles; +Cc: 27294-done
Joshua Sierles <joshua@joshua.si> skribis:
> For example, 'guix cran import RgoogleMaps' generates this line:
> (license (gpl2+ gpl3+)). Build fails unless changing the line to:
> (license (list gpl2+ gpl3+)).
Fixed in 94a400bebae48aebc35fb84aa0b134b25ce46e46, thanks!
Ludo’.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-06-26 20:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-09 5:47 bug#27294: R importer fails to create a list for multiple licenses Joshua Sierles
2017-06-26 20:52 ` Ludovic Courtès
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.