On Mon, Jun 13, 2016 at 10:38:53AM +1000, Carlo Zancanaro wrote: > * gnu/packages/awesome.scm: New file. > * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
Thanks for this patch! > + ("imagemagick" ,imagemagick))) I think that imagemagick is only required while building, so it can be a 'native-input'. You can check what packages the built output refers to: $ guix gc --references $(./pre-inst-env guix build awesome) Imagemagick is not in the list. > + (license license:gpl2) I noticed that several of the files have the "or later" text. If they are all like that, we could use gpl2+. Did you check if there are any files with licenses besides GPL2+?