Revert "add patchFlags to haskell-ng's generic-builder"

Oops! Didn't realize that the stripLen option can be passed to fetchpatch.
Seems a cleaner than my method

This reverts commit eb7362a36cf2be72ddcc9845249641d021424a93.

+1 -2
+1 -2
pkgs/development/haskell-modules/generic-builder.nix
··· 35 , testTarget ? "" 36 , broken ? false 37 , preUnpack ? "", postUnpack ? "" 38 - , patches ? [], patchPhase ? "", prePatch ? "", postPatch ? "", patchFlags ? "" 39 , preConfigure ? "", postConfigure ? "" 40 , preBuild ? "", postBuild ? "" 41 , preInstall ? "", postInstall ? "" ··· 285 // optionalAttrs (patches != []) { inherit patches; } 286 // optionalAttrs (patchPhase != "") { inherit patchPhase; } 287 // optionalAttrs (postPatch != "") { inherit postPatch; } 288 - // optionalAttrs (patchFlags != "") { inherit patchFlags; } 289 // optionalAttrs (preConfigure != "") { inherit preConfigure; } 290 // optionalAttrs (postConfigure != "") { inherit postConfigure; } 291 // optionalAttrs (preBuild != "") { inherit preBuild; }
··· 35 , testTarget ? "" 36 , broken ? false 37 , preUnpack ? "", postUnpack ? "" 38 + , patches ? [], patchPhase ? "", prePatch ? "", postPatch ? "" 39 , preConfigure ? "", postConfigure ? "" 40 , preBuild ? "", postBuild ? "" 41 , preInstall ? "", postInstall ? "" ··· 285 // optionalAttrs (patches != []) { inherit patches; } 286 // optionalAttrs (patchPhase != "") { inherit patchPhase; } 287 // optionalAttrs (postPatch != "") { inherit postPatch; } 288 // optionalAttrs (preConfigure != "") { inherit preConfigure; } 289 // optionalAttrs (postConfigure != "") { inherit postConfigure; } 290 // optionalAttrs (preBuild != "") { inherit preBuild; }