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.
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.
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
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
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
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