cutemaze: add dependencies: qtbase qtwayland

This commit is contained in:
Milan Hauth 2022-05-27 15:42:16 +02:00
parent b818b6c696
commit 784a63333c

View File

@ -4,6 +4,8 @@
, cmake
, qttools
, wrapQtAppsHook
, qtbase
, qtwayland
, qtsvg
}:
@ -22,7 +24,11 @@ stdenv.mkDerivation rec {
wrapQtAppsHook
];
buildInputs = [ qtsvg ];
buildInputs = [
qtbase
qtwayland
qtsvg
];
postInstall = lib.optionalString stdenv.isDarwin ''
mkdir -p $out/Applications