mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
hnix: rm these
override, package requires these >= 1.0.2
M pkgs/development/haskell-modules/configuration-common.nix
This commit is contained in:
parent
9ea54ac611
commit
b5c47f26a7
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ self: super: {
|
|||
|
||||
# 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; }))
|
||||
dontCheck (doJailbreak super.hnix)
|
||||
);
|
||||
|
||||
# Fails for non-obvious reasons while attempting to use doctest.
|
||||
|
|
Loading…
Reference in a new issue