[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/7] Add Stow.
From: |
Ricardo Wurmus |
Subject: |
[PATCH 0/7] Add Stow. |
Date: |
Sat, 21 Feb 2015 20:16:25 +0100 |
This patch set adds GNU Stow and its dependencies.
I'm not sure I did the propagate-inputs thing right, but it seemed necessary
as otherwise I had to manually propagate inputs to satisfy the load
requirements of some of the later modules.
Ricardo Wurmus (7):
gnu: Add Sub::Install.
gnu: Add Params::Util.
gnu: Add Capture::Tiny.
gnu: Add Data::OptList.
gnu: Add Sub::Exporter.
gnu: Add Test::Output.
gnu: Add Stow.
gnu/packages/package-management.scm | 31 +++++++-
gnu/packages/perl.scm | 140 ++++++++++++++++++++++++++++++++++++
2 files changed, 170 insertions(+), 1 deletion(-)
--
2.1.0
- [PATCH 0/7] Add Stow.,
Ricardo Wurmus <=
- [PATCH 1/7] gnu: Add Sub::Install., Ricardo Wurmus, 2015/02/21
- [PATCH 3/7] gnu: Add Capture::Tiny., Ricardo Wurmus, 2015/02/21
- [PATCH 2/7] gnu: Add Params::Util., Ricardo Wurmus, 2015/02/21
- [PATCH 4/7] gnu: Add Data::OptList., Ricardo Wurmus, 2015/02/21
- [PATCH 5/7] gnu: Add Sub::Exporter., Ricardo Wurmus, 2015/02/21
- [PATCH 7/7] gnu: Add Stow., Ricardo Wurmus, 2015/02/21
- [PATCH 6/7] gnu: Add Test::Output., Ricardo Wurmus, 2015/02/21
- Re: [PATCH 0/7] Add Stow., Eric Bavier, 2015/02/22