From b6598d4d47414b2f92eed21913f07781a2e20402 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 5 Feb 2015 12:55:47 +0100 Subject: [PATCH] haskell-liquid-fixpoint: patch /bin/bash path in configure script --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 7d915d6adc7a..8f4317746f96 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -439,6 +439,9 @@ self: super: { # https://github.com/basvandijk/threads/issues/10 threads = dontCheck super.threads; + # https://github.com/ucsd-progsys/liquid-fixpoint/issues/44 + liquid-fixpoint = overrideCabal super.liquid-fixpoint (drv: { preConfigure = "patchShebangs ."; }); + } // { # Not on Hackage.