mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
add quotes
svn path=/nixpkgs/trunk/; revision=3644
This commit is contained in:
parent
d298fd94f9
commit
6d64c06316
@ -12,5 +12,5 @@ stdenv.mkDerivation {
|
||||
config = ./config;
|
||||
inherit perl;
|
||||
buildInputs = [perl];
|
||||
arch=i386
|
||||
arch="i386";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user