[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/4] gnu: Add imake.
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH 1/4] gnu: Add imake. |
Date: |
Sat, 11 Oct 2014 23:59:24 +0200 |
User-agent: |
Gnus/5.130011 (Ma Gnus v0.11) Emacs/24.3 (gnu/linux) |
Eric Bavier <address@hidden> skribis:
> From f311e2b1a081e4fd6c8bd3c3b9b2c2654d75f53c Mon Sep 17 00:00:00 2001
> From: Eric Bavier <address@hidden>
> 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’.