Eric Bavier <ericbav...@gmail.com> skribis: > From f311e2b1a081e4fd6c8bd3c3b9b2c2654d75f53c Mon Sep 17 00:00:00 2001 > From: Eric Bavier <bav...@member.fsf.org> > Date: Fri, 10 Oct 2014 13:06:33 -0500 > Subject: [PATCH 1/4] gnu: Add imake. > > * gnu/packages/xorg.scm (imake): New variable.
[...] > +(define xorg-cf-files > + (origin > + (method url-fetch) > + (uri "mirror://xorg/individual/util/xorg-cf-files-1.0.5.tar.bz2") > + (sha256 > + (base32 > + "1m3ypq0xcy46ghxc0svl1rbhpy3zvgmy0aa2mn7w7v7d8d8bh8zd")))) Could you add a comment about what this is and its license? Other than that LGTM. Thanks, Ludo’.