add quotes

svn path=/nixpkgs/trunk/; revision=3644
This commit is contained in:
Armijn Hemel 2005-08-19 22:43:17 +00:00
parent d298fd94f9
commit 6d64c06316

View File

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