haskell-packages: properly set postPatch

The existing code overrode the postPatch, instead of combining the
jailbreak commands with the user supplied postPatch.
This commit is contained in:
Charles Strahan
2016-01-24 13:32:56 -05:00
parent 700e4aebdc
commit 4fd985b9ae
2 changed files with 1 additions and 5 deletions
@@ -299,7 +299,6 @@ stdenv.mkDerivation ({
// optionalAttrs (configureFlags != []) { inherit configureFlags; }
// optionalAttrs (patches != []) { inherit patches; }
// optionalAttrs (patchPhase != "") { inherit patchPhase; }
// optionalAttrs (postPatch != "") { inherit postPatch; }
// optionalAttrs (preConfigure != "") { inherit preConfigure; }
// optionalAttrs (postConfigure != "") { inherit postConfigure; }
// optionalAttrs (preBuild != "") { inherit preBuild; }