summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorAnton-Latukha <anton.latukha@gmail.com>2020-06-05 17:21:33 +0300
committerPeter Simons <simons@cryp.to>2020-06-05 21:58:25 +0200
commitc93c0367121dd5077d2824e3bc7d7b9e62c3529a (patch)
tree086c0497fea52114f7086047231caabaa72328f8 /pkgs/development/haskell-modules/configuration-common.nix
parent5bc71945ff24aeb6e2838b67807ea5487eb5d0f0 (diff)
downloadnixpkgs-c93c0367121dd5077d2824e3bc7d7b9e62c3529a.tar
nixpkgs-c93c0367121dd5077d2824e3bc7d7b9e62c3529a.tar.gz
nixpkgs-c93c0367121dd5077d2824e3bc7d7b9e62c3529a.tar.bz2
nixpkgs-c93c0367121dd5077d2824e3bc7d7b9e62c3529a.tar.lz
nixpkgs-c93c0367121dd5077d2824e3bc7d7b9e62c3529a.tar.xz
nixpkgs-c93c0367121dd5077d2824e3bc7d7b9e62c3529a.tar.zst
nixpkgs-c93c0367121dd5077d2824e3bc7d7b9e62c3529a.zip
hnix: rm `doJailbreak`
M  pkgs/development/haskell-modules/configuration-common.nix
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 3b2e98631dc..efd8fc713d7 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -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.