dfhack: use protobuf compiled with old ABI
This commit is contained in:
parent
cd4b76c821
commit
37d641ff3d
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ let
|
|||
|
||||
dfhack = callPackage_i686 ./dfhack {
|
||||
inherit (pkgsi686Linux.perlPackages) XMLLibXML XMLLibXSLT;
|
||||
protobuf = with pkgsi686Linux; protobuf.override {
|
||||
stdenv = overrideInStdenv stdenv [ useOldCXXAbi ];
|
||||
};
|
||||
};
|
||||
|
||||
dwarf-fortress-unfuck = callPackage_i686 ./unfuck.nix { };
|
||||
|
|
Loading…
Reference in a new issue