mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
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 New Issue
Block a user