Unverified Commit 36a9567d authored by Will Fancher's avatar Will Fancher Committed by GitHub
Browse files

systemd: enable withBootloader on musl via patch (#444946)

parents 554cba2e a25da27e
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -97,7 +97,6 @@
  # compiles systemd-boot, assumes EFI is available.
  withBootloader ?
    withEfi
    && !stdenv.hostPlatform.isMusl
    # "Unknown 64-bit data model"
    && !stdenv.hostPlatform.isRiscV32,
  # adds bzip2, lz4, xz and zstd
@@ -297,6 +296,10 @@ stdenv.mkDerivation (finalAttrs: {
        hash = "sha256-Uaewo3jPrZGJttlLcqO6cCj1w3IGZmvbur4+TBdIPxc=";
        excludes = [ "src/udev/udevd.c" ];
      })
      (fetchpatch {
        url = "https://gitlab.postmarketos.org/postmarketOS/systemd/-/commit/5760be33bd26d7e7c66a7294c5f6fd6c7044683f.patch";
        hash = "sha256-Om+OhGyZJfZNpbtMInm3vGagLbbtOY71fDMZXj6pbPY=";
      })
    ]
  );