cutemaze: add dependencies: qtbase qtwayland

This commit is contained in:
Milan Hauth
2022-05-27 17:52:56 +02:00
parent b818b6c696
commit 784a63333c
+7 -1
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