dfhack: use protobuf compiled with old ABI
This commit is contained in:
parent
cd4b76c821
commit
37d641ff3d
@ -9,6 +9,9 @@ let
|
|||||||
|
|
||||||
dfhack = callPackage_i686 ./dfhack {
|
dfhack = callPackage_i686 ./dfhack {
|
||||||
inherit (pkgsi686Linux.perlPackages) XMLLibXML XMLLibXSLT;
|
inherit (pkgsi686Linux.perlPackages) XMLLibXML XMLLibXSLT;
|
||||||
|
protobuf = with pkgsi686Linux; protobuf.override {
|
||||||
|
stdenv = overrideInStdenv stdenv [ useOldCXXAbi ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
dwarf-fortress-unfuck = callPackage_i686 ./unfuck.nix { };
|
dwarf-fortress-unfuck = callPackage_i686 ./unfuck.nix { };
|
||||||
|
Loading…
Reference in New Issue
Block a user