svn path=/nixpkgs/trunk/; revision=16383
This commit is contained in:
Michael Raskin
2009-07-15 21:09:17 +00:00
parent 0865385a29
commit 8eefb03231
2 changed files with 2 additions and 1 deletions

View File

@@ -36,6 +36,7 @@
extraConfig ? []
, preConfigure ? ""
, ...
}:
assert stdenv.system == "i686-linux" || stdenv.system == "x86_64-linux";