Cross-GNU: Fix Git revision names.

svn path=/nixpkgs/trunk/; revision=22278
This commit is contained in:
Ludovic Courtès
2010-06-15 15:01:15 +00:00
parent 2b7faad594
commit 9991b4f4c6
5 changed files with 14 additions and 11 deletions

View File

@@ -10,8 +10,9 @@ cross :
, preConfigure ? "", ... }@args :
let
date = "2010-05-12";
rev = "tschwinge/Roger_Whittaker@{${date}}";
# For GNU/Hurd, see below.
date = "20100512";
rev = "df4c3faf0ccc848b5a8086c222bdb42679a9798f";
version = if hurdHeaders != null then date else "2.11.1";
in