3
0
Fork 0
forked from mirrors/nixpkgs

haskell-liquid-fixpoint: patch /bin/bash path in configure script

This commit is contained in:
Peter Simons 2015-02-05 12:55:47 +01:00
parent 4d8378c7b9
commit b6598d4d47

View file

@ -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.