multimon-ng: fix build with cmake4

This commit is contained in:
Grisha Shipunov
2025-10-20 17:25:41 +02:00
parent c303dfcbb8
commit d81da59b33
+8
View File
@@ -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