From 79d5144d16de3ff56cf11e555bcf2749c987cf0f Mon Sep 17 00:00:00 2001 From: OPNA2608 Date: Mon, 3 Jul 2023 12:32:14 +0200 Subject: [PATCH] ptcollab: 0.6.4.5 -> 0.6.4.6 --- pkgs/applications/audio/ptcollab/default.nix | 26 ++++++++++++++------ 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/pkgs/applications/audio/ptcollab/default.nix b/pkgs/applications/audio/ptcollab/default.nix index 9f35ea4c4e71..06b190991ecd 100644 --- a/pkgs/applications/audio/ptcollab/default.nix +++ b/pkgs/applications/audio/ptcollab/default.nix @@ -3,28 +3,38 @@ , stdenv , fetchFromGitHub , nix-update-script -, qmake -, pkg-config -, qtbase -, qtmultimedia , libvorbis +, pkg-config +, qmake +, qtbase +, qttools +, qtmultimedia , rtmidi }: mkDerivation rec { pname = "ptcollab"; - version = "0.6.4.5"; + version = "0.6.4.6"; src = fetchFromGitHub { owner = "yuxshao"; repo = "ptcollab"; rev = "v${version}"; - sha256 = "sha256-O7CNPMS0eRcqt2xAtyEFyLSV8U2xbxuV1DpBxZAFwQs="; + hash = "sha256-G0QQV0mvrrBAC2LSy45/NnEbHHA8/E0SZKJXvuVidRE="; }; - nativeBuildInputs = [ qmake pkg-config ]; + nativeBuildInputs = [ + pkg-config + qmake + qttools + ]; - buildInputs = [ qtbase qtmultimedia libvorbis rtmidi ]; + buildInputs = [ + libvorbis + qtbase + qtmultimedia + rtmidi + ]; postInstall = lib.optionalString stdenv.hostPlatform.isDarwin '' # Move appbundles to Applications before wrapping happens