GNU Mach: Use the date as the version number.

svn path=/nixpkgs/trunk/; revision=21896
This commit is contained in:
Ludovic Courtès 2010-05-19 21:28:09 +00:00
parent 82db7c3f0e
commit 5cb28c179c

View file

@ -3,10 +3,12 @@
assert (!headersOnly) -> (mig != null);
let rev = "7987a711e8f13c0543e87a0211981f4b40ef6d94";
let
date = "2010-05-12";
rev = "master@{${date}}";
in
stdenv.mkDerivation (rec {
name = "gnumach-1.4-${rev}";
stdenv.mkDerivation ({
name = "gnumach-${date}";
src = fetchgit {
url = "git://git.sv.gnu.org/hurd/gnumach.git";