Merge pull request #37588 from mpickering/pure-zlib

dontCheck pure-zlib

authored by

Peter Simons and committed by
GitHub
3c6dcdb7 75773561

+1
+1
pkgs/development/haskell-modules/configuration-common.nix
··· 344 344 orgmode-parse = dontCheck super.orgmode-parse; 345 345 os-release = dontCheck super.os-release; 346 346 persistent-redis = dontCheck super.persistent-redis; 347 + pure-zlib = dontCheck super.pure-zlib; # https://github.com/NixOS/nixpkgs/issues/37499 347 348 pipes-extra = dontCheck super.pipes-extra; 348 349 pipes-websockets = dontCheck super.pipes-websockets; 349 350 postgresql-binary = dontCheck super.postgresql-binary; # needs a running postgresql server