mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
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;
|
||||
inherit perl;
|
||||
buildInputs = [perl];
|
||||
arch=i386
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user