ocamlPackages.checkseum: 0.0.3 → 0.1.1

This fixes the “decompress” library on non-x86_64 platforms
This commit is contained in:
Vincent Laporte
2019-11-05 07:13:09 +00:00
committed by Vincent Laporte
parent c855dceacf
commit 8632698b06
2 changed files with 16 additions and 30 deletions
@@ -22,6 +22,5 @@ buildDunePackage rec {
license = lib.licenses.mit;
maintainers = [ lib.maintainers.vbgl ];
homepage = "https://github.com/mirage/decompress";
broken = !checkseum.hasC;
};
}