add arch argument, needed to copy right things eventually

svn path=/nixpkgs/trunk/; revision=3642
This commit is contained in:
Armijn Hemel 2005-08-19 22:03:44 +00:00
parent 76f3ff54cd
commit d298fd94f9

View File

@ -12,4 +12,5 @@ stdenv.mkDerivation {
config = ./config;
inherit perl;
buildInputs = [perl];
arch=i386
}