dfhack: use protobuf compiled with old ABI

This commit is contained in:
Nikolay Amiantov 2016-04-14 17:05:12 +03:00
parent cd4b76c821
commit 37d641ff3d

View file

@ -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 { };