Commit 12ebd346 authored by OPNA2608's avatar OPNA2608
Browse files

haskell.compiler.ghc9123: Don't apply backported ppc64 ELFv1 patch

parent 63482836
Loading
Loading
Loading
Loading
+13 −7
Original line number Diff line number Diff line
@@ -262,7 +262,13 @@
              "sha256-vtjT+TL/7sYPu4rcVV3xCqJQ+uqkyBbf9l0KIi97j/0=";
        })
      ]
      ++ lib.optionals (lib.versionOlder version "9.14.1") [
      ++
        lib.optionals
          (
            (lib.versions.majorMinor version == "9.12" && lib.versionOlder version "9.12.3")
            || (lib.versions.majorMinor version != "9.12" && lib.versionOlder version "9.14.1")
          )
          [
            (fetchpatch {
              name = "ghc-rts-Fix-compile-on-powerpc64-elf-v1.patch";
              url = "https://gitlab.haskell.org/ghc/ghc/-/commit/05e5785a3157c71e327a8e9bdc80fa7082918739.patch";