0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

hnix: add documentation why dontCheck

M  pkgs/development/haskell-modules/configuration-common.nix
This commit is contained in:
Anton-Latukha 2020-06-05 17:19:12 +03:00 committed by Peter Simons
parent 5ae40a29ff
commit 9ea54ac611

View file

@ -216,9 +216,9 @@ self: super: {
# Needs older version of QuickCheck.
these_0_7_6 = doJailbreak super.these_0_7_6;
hnix =
generateOptparseApplicativeCompletion "hnix" (
dontCheck (doJailbreak (super.hnix.override { these = self.these_0_7_6; }))
# 2020-06-05: HACK: does not passes own build suite - `dontCheck`
hnix = generateOptparseApplicativeCompletion "hnix" (
dontCheck (doJailbreak (super.hnix.override { these = self.these_0_7_6; }))
);
# Fails for non-obvious reasons while attempting to use doctest.