[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Add tree.
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH] Add tree. |
Date: |
Wed, 04 Mar 2015 21:56:35 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
Alex Sassmannshausen <address@hidden> 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 <address@hidden>
> 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’.
- [PATCH] Add tree., Alex Sassmannshausen, 2015/03/04
- Re: [PATCH] Add tree.,
Ludovic Courtès <=