Re: [PATCH 1/1] gnu: Add dvtm.

2015-08-21 Thread Leo Famulari
Hello, Thanks for your detailed critique of my first patch! On Fri, Aug 21, 2015, at 18:35, Mark H Weaver wrote: > Please include the Makefile variable being changed, like this: > > * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Done. > This new file needs the same header as our other source fi

Re: [PATCH 1/1] gnu: Add dvtm.

2015-08-21 Thread Mark H Weaver
Hi! Leo Famulari writes: > * gnu/packages/dvtm.scm: New file. > * gnu-system.am: Add it. Please include the Makefile variable being changed, like this: * gnu-system.am (GNU_SYSTEM_MODULES): Add it. > diff --git a/gnu/packages/dvtm.scm b/gnu/packages/dvtm.scm > new file mode 100644 > index

[PATCH 1/1] gnu: Add dvtm.

2015-08-18 Thread Leo Famulari
* gnu/packages/dvtm.scm: New file. * gnu-system.am: Add it. --- gnu-system.am | 1 + gnu/packages/dvtm.scm | 29 + 2 files changed, 30 insertions(+) create mode 100644 gnu/packages/dvtm.scm diff --git a/gnu-system.am b/gnu-system.am index 9f46f7b..96f6e66 100