1
0
Fork 1
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:
Anton-Latukha 2020-06-05 17:21:33 +03:00 committed by Peter Simons
parent 5bc71945ff
commit c93c036712

View file

@ -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.