summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorWilliam Casarin <bill@casarin.me>2017-01-22 13:48:26 -0800
committerPeter Simons <simons@cryp.to>2017-01-24 23:14:02 +0100
commita8aee189e814f11e2b058d94f8c29e00a4028f0a (patch)
tree46b227bb5c36e496799deb2e1076c1bfb4743dce /pkgs/development
parent8ea8493889dc52e2478d95f8540e63bcb22631b7 (diff)
downloadnixlib-a8aee189e814f11e2b058d94f8c29e00a4028f0a.tar
nixlib-a8aee189e814f11e2b058d94f8c29e00a4028f0a.tar.gz
nixlib-a8aee189e814f11e2b058d94f8c29e00a4028f0a.tar.bz2
nixlib-a8aee189e814f11e2b058d94f8c29e00a4028f0a.tar.lz
nixlib-a8aee189e814f11e2b058d94f8c29e00a4028f0a.tar.xz
nixlib-a8aee189e814f11e2b058d94f8c29e00a4028f0a.tar.zst
nixlib-a8aee189e814f11e2b058d94f8c29e00a4028f0a.zip
haskellPackages.barrier: remove jailbreak
fixed here:

https://github.com/philopon/barrier/pull/4/commits/1d61f4db12e748e922c13c08c73889f78aced187
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index e5dd56559435..0a2d761902a4 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1202,9 +1202,6 @@ self: super: {
 
   socket_0_7_0_0 = super.socket_0_7_0_0.overrideScope (self: super: { QuickCheck = self.QuickCheck_2_9_2; });
 
-  # https://github.com/philopon/barrier/issues/3
-  barrier = doJailbreak super.barrier;
-
   # requires vty 5.13
   brick = super.brick.overrideScope (self: super: { vty = self.vty_5_14; });