mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 07:00:43 +00:00
hnix: rm doJailbreak
M pkgs/development/haskell-modules/configuration-common.nix
This commit is contained in:
parent
5bc71945ff
commit
c93c036712
|
@ -215,7 +215,7 @@ self: super: {
|
|||
|
||||
# 2020-06-05: HACK: does not passes own build suite - `dontCheck`
|
||||
hnix = generateOptparseApplicativeCompletion "hnix" (
|
||||
dontCheck (doJailbreak super.hnix)
|
||||
dontCheck super.hnix
|
||||
);
|
||||
|
||||
# Fails for non-obvious reasons while attempting to use doctest.
|
||||
|
|
Loading…
Reference in a new issue