Alex Sassmannshausen <alex.sassmannshau...@gmail.com> skribis: > You should find attached a patch which adds "tree" to guix — thus > meaning I finally contribute my first package! \o/
Yay! :-) > I wasn't sure whether I should put it in another file (it's a tiny > package). Similar tools (like ‘dfc’) ended up into admin.scm, though it’s not perfectly right. I think we need a module for “this kind of tool,” but I’m not sure what to call it. Ideas? > From 133b1a62311a8a66d25375ab2e797fb5f682bc4d Mon Sep 17 00:00:00 2001 > From: Alex Sassmannshausen <alex.sassmannshau...@gmail.com> > Date: Wed, 4 Mar 2015 20:34:44 +0100 > Subject: [PATCH] gnu: Add tree. > > * gnu/packages/tree.scm: New file. > * gnu-system.am (GNU_SYSTEM_MODULES): Add it. [...] > +;;; Commentary: > +;;; > +;;; A simple utility called tree. > +;;; > +;;; Code: We omit the commentary for package modules. The rest looks perfect, thank you! Ludo’.