bug#27294: R importer fails to create a list for multiple licenses
Joshua Sierles 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’.
bug#27294: R importer fails to create a list for multiple licenses
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 jos...@joshua.si