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:
parent
5ae40a29ff
commit
9ea54ac611
1 changed files with 3 additions and 3 deletions
|
@ -216,9 +216,9 @@ self: super: {
|
||||||
# Needs older version of QuickCheck.
|
# Needs older version of QuickCheck.
|
||||||
these_0_7_6 = doJailbreak super.these_0_7_6;
|
these_0_7_6 = doJailbreak super.these_0_7_6;
|
||||||
|
|
||||||
hnix =
|
# 2020-06-05: HACK: does not passes own build suite - `dontCheck`
|
||||||
generateOptparseApplicativeCompletion "hnix" (
|
hnix = generateOptparseApplicativeCompletion "hnix" (
|
||||||
dontCheck (doJailbreak (super.hnix.override { these = self.these_0_7_6; }))
|
dontCheck (doJailbreak (super.hnix.override { these = self.these_0_7_6; }))
|
||||||
);
|
);
|
||||||
|
|
||||||
# Fails for non-obvious reasons while attempting to use doctest.
|
# Fails for non-obvious reasons while attempting to use doctest.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue