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:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user