forked from mirrors/nixpkgs
ghdl_mcode: get 32-bit version even on 64-bit
This commit is contained in:
parent
f11f2e78bd
commit
c61d3730b7
|
@ -4702,7 +4702,7 @@ in
|
|||
profiledCompiler = false;
|
||||
});
|
||||
|
||||
ghdl_mcode = callPackage ../development/compilers/ghdl { };
|
||||
ghdl_mcode = callPackage_i686 ../development/compilers/ghdl { };
|
||||
|
||||
gcl = callPackage ../development/compilers/gcl {
|
||||
gmp = gmp4;
|
||||
|
|
Loading…
Reference in a new issue