diff options
author | Manolis Ragkousis <manolis837@gmail.com> | 2014-06-01 18:17:03 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-06-01 23:56:14 +0200 |
commit | bc046a94dec2afadbc1ee3957f13098a8d8b393c (patch) | |
tree | 0769630ac19ef817d15c5b41766e5b3bc679bbad /gnu-system.am | |
parent | 1f3fc60da529207187fcb0930a06525b6d5b38c9 (diff) | |
download | guix-bc046a94dec2afadbc1ee3957f13098a8d8b393c.tar guix-bc046a94dec2afadbc1ee3957f13098a8d8b393c.tar.gz |
gnu: hurd: Add Hurd Minimal.
* gnu/packages/hurd.scm (hurd-minimal): New variable.
* gnu/packages/patches/hurd-minimal.patch: New patch.
* gnu-system.am (dist_patch_DATA): Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 52548dadbc..38e886b00c 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -315,6 +315,7 @@ dist_patch_DATA = \ gnu/packages/patches/guix-test-networking.patch \ gnu/packages/patches/gtkglext-disable-disable-deprecated.patch \ gnu/packages/patches/hop-bigloo-4.0b.patch \ + gnu/packages/patches/hurd-minimal.patch \ gnu/packages/patches/inkscape-stray-comma.patch \ gnu/packages/patches/libevent-dns-tests.patch \ gnu/packages/patches/libffi-mips-n32-fix.patch \ |