Skip to content

Commit

Permalink
haskellPackages.snap-templates: remove jailbreak
Browse files Browse the repository at this point in the history
Works by now.
  • Loading branch information
wolfgangwalther committed Feb 10, 2025
1 parent ac1dd03 commit 3498feb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1242,9 +1242,6 @@ self: super: {
# https://github.com/alphaHeavy/protobuf/issues/34
protobuf = dontCheck super.protobuf;

# jailbreak tasty < 1.2 until servant-docs > 0.11.3 is on hackage.
snap-templates = doJailbreak super.snap-templates; # https://github.com/snapframework/snap-templates/issues/22

# The test suite does not know how to find the 'alex' binary.
alex = overrideCabal (drv: {
testSystemDepends = (drv.testSystemDepends or []) ++ [pkgs.which];
Expand Down

0 comments on commit 3498feb

Please sign in to comment.