David Thompson <dthomps...@worcester.edu> skribis: > From 665b1e28b62facbf43dda65cb23bfebef2ac2e42 Mon Sep 17 00:00:00 2001 > From: David Thompson <dthomp...@member.fsf.org> > Date: Sun, 6 Apr 2014 15:36:40 -0400 > Subject: [PATCH 1/3] gnu: Add libpipeline. > > * gnu/packages/man.scm: New file. > * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
[...] > + (name "libpipeline") > + (version "1.3.0") > + (source (origin > + (method url-fetch) > + (uri (string-append > + > "http://download.savannah.gnu.org/releases/libpipeline/libpipeline-" OK to push with the URL base changed to “mirror://savannah/libpipeline/libpipline-”. Thanks! Ludo’.