haskellPackages.barrier: remove jailbreak

fixed here:

https://github.com/philopon/barrier/pull/4/commits/1d61f4db12e748e922c13c08c73889f78aced187
This commit is contained in:
William Casarin
2017-01-24 23:14:02 +01:00
committed by Peter Simons
parent 8ea8493889
commit a8aee189e8
@@ -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; });