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,8 +216,8 @@ self: super: {
|
|||
# Needs older version of QuickCheck.
|
||||
these_0_7_6 = doJailbreak super.these_0_7_6;
|
||||
|
||||
hnix =
|
||||
generateOptparseApplicativeCompletion "hnix" (
|
||||
# 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; }))
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue