lol

Merge pull request #22742 from volhovM/feature/fix-orgmode-parse-tests

Disable orgmode-parse tests in configuration-common.nix

authored by

Arseniy Seroka and committed by
GitHub
fe5ea1ba 203e3c52

+1
+1
pkgs/development/haskell-modules/configuration-common.nix
··· 340 340 opaleye = dontCheck super.opaleye; 341 341 openpgp = dontCheck super.openpgp; 342 342 optional = dontCheck super.optional; 343 + orgmode-parse = dontCheck super.orgmode-parse; 343 344 os-release = dontCheck super.os-release; 344 345 persistent-redis = dontCheck super.persistent-redis; 345 346 pipes-extra = dontCheck super.pipes-extra;