Difference between revisions of "GNU30/GNU Guix"

From LibrePlanet
Jump to: navigation, search
(Created page with "Category:GNU 30")
 
(Initial version. Going to pass by #guix for comment.)
Line 1: Line 1:
 
[[Category:GNU 30]]
 
[[Category:GNU 30]]
 +
 +
[http://www.gnu.org/software/guix/ GNU GUIX] is a package management system that lets you verify a certain set of binaries came from a certain set of sources, amongst many other advantages.
 +
 +
 +
Join the #guix channel of the Freenode IRC network for a Guix hackathon on Sep. 28-29! The official hackathon starts at 1:30pm EST ([http://www.timeanddate.com/worldclock/fixedtime.html?msg=GNU+GUIX+Hacking&iso=20130928T1330&p1=43&ah=10&am=30 see what this is in your timezone]), but developers are around IRC all the time. At least David Thompson will also be hacking locally in Cambridge.
 +
 +
 +
 +
'''Don't know how to use IRC? Just go to https://webchat.freenode.net''' and enter your prefered username in the "Nickname:" field and "#guix" in the "Channels:" field.
 +
 +
 +
Tasks will include [http://www.gnu.org/software/guix/manual/guix.html#Defining-Packages packaging] your favorite software, hunting [http://bugs.gnu.org/guix bugs], and improving stand-alone builds of the Guix-based GNU system. This is accessible to anyone with experience with GNU/Linux packages; people with experience in [http://schemers.org/ Scheme] may find additional things to work on.
 +
 +
 +
----
 +
 +
 +
GNU Guix is a purely functional package manager for the GNU system, and a distribution thereof.
 +
 +
'''Dependable.''' In addition to standard package management features, Guix supports transactional upgrades and roll-backs, unprivileged package management, per-user profiles, and garbage collection. Read more...
 +
 +
'''Hackable.''' It provides Guile Scheme APIs, including high-level embedded domain-specific languages (EDSLs), to describe how packages are built and composed. Read more...
 +
 +
'''Liberating.''' A user-land free software distribution for GNU/Linux comes as part of Guix. Read more...
 +
 +
Guix is based on the Nix package manager.
 +
 +
 +
 +
----
 +
 +
 +
 +
<pre>
 +
> I [David Thompson] will be physically present at the hackathon in Cambridge.
 +
 +
Most Guix developers are not in the US, but it would be great if you
 +
could find interested people in Cambridge.
 +
 +
> I have experience with Guile, but I haven't done much work with package
 +
> management systems before.
 +
 +
That’s not a problem at all.  Guix has a wonderful EDSL, so even people
 +
without programming experience should be able to package things.  I
 +
highly recommend to check these slides [1].
 +
 +
> Would I still be useful?
 +
 +
Yes!  Everyone can help: designers, translators, documentation writers,
 +
etc.  So bring a friend!
 +
 +
> Is there anything that you would recommend I do to prepare for this
 +
> weekend besides install Guix and poke around?
 +
 +
Try to write a package recipe for a simple program.  You might want to
 +
start with the one that’s already present in ‘gnu/packages’, so you
 +
could check yourself.  Then you could package something that you use
 +
daily.  This talk [2] (slides [3]) provides a good overview and answers
 +
some popular questions.  (For instance, it talks about supported build
 +
systems.)
 +
 +
Since you know Guile, you could also help with command line tools.  (Ask
 +
on the guix-devel list if you’re interested.
 +
</pre>
 +
 +
# https://gnu.org/software/guix/guix-ghm-andreas-20130823.pdf
 +
# http://audio-video.gnu.org/video/ghm2013/Ludovic_Courtes-GNU_Guix_the_computing_freedom_deployment_tool_.webm
 +
# https://gnu.org/software/guix/guix-ghm-ludo-20130823.pdf

Revision as of 10:20, 28 September 2013


GNU GUIX is a package management system that lets you verify a certain set of binaries came from a certain set of sources, amongst many other advantages.


Join the #guix channel of the Freenode IRC network for a Guix hackathon on Sep. 28-29! The official hackathon starts at 1:30pm EST (see what this is in your timezone), but developers are around IRC all the time. At least David Thompson will also be hacking locally in Cambridge.


Don't know how to use IRC? Just go to https://webchat.freenode.net and enter your prefered username in the "Nickname:" field and "#guix" in the "Channels:" field.


Tasks will include packaging your favorite software, hunting bugs, and improving stand-alone builds of the Guix-based GNU system. This is accessible to anyone with experience with GNU/Linux packages; people with experience in Scheme may find additional things to work on.




GNU Guix is a purely functional package manager for the GNU system, and a distribution thereof.

Dependable. In addition to standard package management features, Guix supports transactional upgrades and roll-backs, unprivileged package management, per-user profiles, and garbage collection. Read more...

Hackable. It provides Guile Scheme APIs, including high-level embedded domain-specific languages (EDSLs), to describe how packages are built and composed. Read more...

Liberating. A user-land free software distribution for GNU/Linux comes as part of Guix. Read more...

Guix is based on the Nix package manager.




> I [David Thompson] will be physically present at the hackathon in Cambridge.

Most Guix developers are not in the US, but it would be great if you
could find interested people in Cambridge.

> I have experience with Guile, but I haven't done much work with package
> management systems before.

That’s not a problem at all.  Guix has a wonderful EDSL, so even people
without programming experience should be able to package things.  I
highly recommend to check these slides [1].

> Would I still be useful?

Yes!  Everyone can help: designers, translators, documentation writers,
etc.  So bring a friend!

> Is there anything that you would recommend I do to prepare for this
> weekend besides install Guix and poke around?

Try to write a package recipe for a simple program.  You might want to
start with the one that’s already present in ‘gnu/packages’, so you
could check yourself.  Then you could package something that you use
daily.  This talk [2] (slides [3]) provides a good overview and answers
some popular questions.  (For instance, it talks about supported build
systems.)

Since you know Guile, you could also help with command line tools.  (Ask
on the guix-devel list if you’re interested.
  1. https://gnu.org/software/guix/guix-ghm-andreas-20130823.pdf
  2. http://audio-video.gnu.org/video/ghm2013/Ludovic_Courtes-GNU_Guix_the_computing_freedom_deployment_tool_.webm
  3. https://gnu.org/software/guix/guix-ghm-ludo-20130823.pdf