Ricardo Wurmus <[email protected]> skribis: > attached is a patch to add argtable. Ultimately, the "popt" module > should probably be renamed to something like "optparsers", but since > finding good names is something I'm not good at, I'll leave that to > someone else :)
:-) > From c305bf1e75ad764b59845e440190bbbec675acb2 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus <[email protected]> > Date: Tue, 31 Mar 2015 16:28:51 +0200 > Subject: [PATCH] gnu: Add argtable. > > * gnu/packages/popt.scm (argtable): New variable. [...] > + (uri (string-append > + "http://prdownloads.sourceforge.net/argtable/argtable" > + (string-join (string-split version #\.) "-") Please use mirror://. OK to push with that change. Thanks! Ludo’.
