Skip to content

Commit

Permalink
haskellPackages.yi-keymap-vim: dontCheck
Browse files Browse the repository at this point in the history
Tries to access path outside of sandbox.
  • Loading branch information
globin committed Mar 22, 2017
1 parent 16a0c38 commit 693d0e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Expand Up @@ -753,6 +753,9 @@ self: super: {
# https://github.com/pontarius/pontarius-xmpp/issues/105
pontarius-xmpp = dontCheck super.pontarius-xmpp;

# fails with sandbox
yi-keymap-vim = dontCheck super.yi-keymap-vim;

# https://github.com/bmillwood/applicative-quoters/issues/6
applicative-quoters = doJailbreak super.applicative-quoters;

Expand Down

0 comments on commit 693d0e7

Please sign in to comment.