haskellPackages.lzma: fix build

This commit is contained in:
Domen Kožar
2023-05-04 10:44:24 +01:00
parent 22b7fb734a
commit 3cb794b0f3
@@ -997,6 +997,8 @@ self: super: builtins.intersectAttrs super {
(overrideCabal { doCheck = pkgs.postgresql.doCheck; })
];
lzma = super.lzma.override { liblzma = pkgs.xz; };
# Wants running postgresql database accessible over ip, so postgresqlTestHook
# won't work (or would need to patch test suite).
domaindriven-core = dontCheck super.domaindriven-core;