Unverified Commit 8b39aa32 authored by Markus Kowalewski's avatar Markus Kowalewski Committed by GitHub
Browse files

multimon-ng: fix build with cmake4 (#453890)

parents b6193390 d81da59b
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
  libX11,
  makeWrapper,
  sox,
  fetchpatch,
}:

stdenv.mkDerivation rec {
@@ -20,6 +21,13 @@ stdenv.mkDerivation rec {
    sha256 = "sha256-/2NHUlAojDamNq/EVs8hoBYVikPLAFFFu/2syG4Xo4U=";
  };

  patches = [
    (fetchpatch {
      url = "https://github.com/EliasOenal/multimon-ng/commit/1c111e83053e9e78ba568463cc015edadf77ed5f.diff";
      hash = "sha256-gW9ihUn3rZcyurbu7+IhkWSotqWlJsHdeFHu12oVld4=";
    })
  ];

  buildInputs = lib.optionals stdenv.hostPlatform.isLinux [
    libpulseaudio
    libX11