From 8505127bf04d8d9a92264af0858a37828ad0d23d Mon Sep 17 00:00:00 2001 From: Sergey Volkov Date: Mon, 23 Oct 2023 17:34:39 +0200 Subject: [PATCH] muse: 4.1.0 -> 4.2.1 https://github.com/muse-sequencer/muse/releases/tag/4.2.1 add cmake-extra-modules as input --- pkgs/applications/audio/muse/default.nix | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/audio/muse/default.nix b/pkgs/applications/audio/muse/default.nix index fb80c10f046f..642d1057b483 100644 --- a/pkgs/applications/audio/muse/default.nix +++ b/pkgs/applications/audio/muse/default.nix @@ -2,6 +2,7 @@ , stdenv , fetchFromGitHub , cmake +, extra-cmake-modules , pkg-config , qttools , wrapQtAppsHook @@ -27,18 +28,24 @@ stdenv.mkDerivation (finalAttrs: { pname = "muse-sequencer"; - version = "4.1.0"; + version = "4.2.1"; src = fetchFromGitHub { owner = "muse-sequencer"; repo = "muse"; rev = finalAttrs.version; - hash = "sha256-JPvoximDL4oKO8reXW7alMegwUyUTSAcdq3ueXeUMMY="; + hash = "sha256-LxibuqopMHuKEfTWXSEXc1g3wTm2F3NQRiV71FHvaY0="; }; sourceRoot = "${finalAttrs.src.name}/src"; - nativeBuildInputs = [ cmake pkg-config qttools wrapQtAppsHook ]; + nativeBuildInputs = [ + cmake + extra-cmake-modules + pkg-config + qttools + wrapQtAppsHook + ]; buildInputs = [ alsa-lib