add arch argument, needed to copy right things eventually
svn path=/nixpkgs/trunk/; revision=3642
This commit is contained in:
parent
76f3ff54cd
commit
d298fd94f9
@ -12,4 +12,5 @@ stdenv.mkDerivation {
|
|||||||
config = ./config;
|
config = ./config;
|
||||||
inherit perl;
|
inherit perl;
|
||||||
buildInputs = [perl];
|
buildInputs = [perl];
|
||||||
|
arch=i386
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user