musescore: Switch to wrapQtAppsHook and stdenv.mkDerivation

The usage of libsForQt5's mkDerivation is deprecated.
This commit is contained in:
Doron Behar 2023-07-14 15:08:05 +03:00
parent 85b756369f
commit 4416f5b78a

View File

@ -1,8 +1,9 @@
{ mkDerivation
{ stdenv
, lib
, fetchFromGitHub
, fetchpatch
, cmake
, wrapQtAppsHook
, pkg-config
, ninja
, alsa-lib
@ -30,7 +31,7 @@
, nixosTests
}:
mkDerivation rec {
stdenv.mkDerivation rec {
pname = "musescore";
version = "4.1.0";
@ -60,6 +61,7 @@ mkDerivation rec {
];
nativeBuildInputs = [
wrapQtAppsHook
cmake
pkg-config
ninja