Add dependencies.

This commit is contained in:
CronyAkatsuki 2024-03-30 15:46:58 +01:00
parent 6a08f8be3e
commit 13a08d9733

View File

@ -11,6 +11,8 @@ pkgs.stdenv.mkDerivation {
hash = "sha256-ddz++Xzh3tiEdEnYvIhKcN8Y3FRSvaN0wtmCMb7DEVc="; hash = "sha256-ddz++Xzh3tiEdEnYvIhKcN8Y3FRSvaN0wtmCMb7DEVc=";
}; };
propagatedUserEnvPkgs = with pkgs.libsForQt5; [ qtquickcontrols2 qtsvg ];
dontBuild = true; dontBuild = true;
installPhase = '' installPhase = ''