* Fix an evaluation error in xburst-tools.

svn path=/nixpkgs/branches/stdenv-updates/; revision=25311
This commit is contained in:
Eelco Dolstra
2010-12-28 17:25:17 +00:00
parent 8739052716
commit 5bb4096763
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
{stdenv, fetchgit, libusb, autoconf, automake, confuse
, gccCross ? null}:
{ stdenv, fetchgit, libusb, autoconf, automake, confuse
, gccCross ? null }:
let
version = "2010-07-29";