Merge pull request #241256 from OPNA2608/update/ptcollab

ptcollab: 0.6.4.5 -> 0.6.4.6
This commit is contained in:
Weijia Wang 2023-07-03 17:16:03 +03:00 committed by GitHub
commit 91632d0363
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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