Re: Add Package Gl

2013-09-28 Thread Ludovic Courtès
Nikita Karetnikov skribis: >>#:use-module ((guix licenses) >> #:renamer (symbol-prefix-proc 'license:)) > > It’d better to use 'l: as a prefix to avoid (license license:something). > You could also use #:select if it’s possible. I actually suggested that ‘license:’ prefix.

Re: Add Package Gl

2013-09-28 Thread Nikita Karetnikov
Minor issues… >#:use-module ((guix licenses) > #:renamer (symbol-prefix-proc 'license:)) It’d better to use 'l: as a prefix to avoid (license license:something). You could also use #:select if it’s possible. >#:use-module (gnu packages fontutils)) > > Extra newline.

Re: Add Package Gl

2013-09-28 Thread Cyril Roelandt
On 09/28/2013 09:11 PM, Joshua "Youlysses" S. Grant wrote: Hey Cyril, Thanks for the pointers! I don't know what the deal is with the missing spaces, between home -page ... but it's certainly there on my end. Oh, sorry, it's a problem with my mail client. In regards to using versions, how t

Re: Add Package Gl

2013-09-28 Thread Joshua "Youlysses" S. Grant
Hey Cyril, Thanks for the pointers! I don't know what the deal is with the missing spaces, between home -page ... but it's certainly there on my end. In regards to using versions, how technically would I be able to do that? Freeglut seems doable, but I assume, due to the "~" not matching 1:1 from

Re: Add Package Gl

2013-09-28 Thread Cyril Roelandt
On 09/28/2013 08:18 PM, Joshua "Youlysses" S. Grant wrote: Attached, is file containing several different package expressions for various Opengl tools and/or utilities (at the time of posting this, they would be: glu, freeglut, and ftgl). This is my first real submission to any GNU project, and

Add Package Gl

2013-09-28 Thread Joshua "Youlysses" S. Grant
Attached, is file containing several different package expressions for various Opengl tools and/or utilities (at the time of posting this, they would be: glu, freeglut, and ftgl). This is my first real submission to any GNU project, and hopefully is far from the last. I again want to thank Ludo f