Fixing all warnings

This commit is contained in:
Lyes Saadi 2026-03-06 20:34:14 +01:00
parent 32720ae712
commit 169912a47b
Signed by: lyes
GPG key ID: 55A1D803917CF39A
15 changed files with 124 additions and 92 deletions

View file

@ -3,8 +3,14 @@
fetchFromGitHub,
cmake,
curl,
qt6,
libxml2
libxml2,
qtbase,
wrapQtAppsHook,
qtscxml,
qtquicktimeline,
qtquickeffectmaker,
qtnetworkauth,
qttools,
}:
stdenv.mkDerivation (final: {
@ -18,10 +24,20 @@ stdenv.mkDerivation (final: {
hash = "sha256-hqoUkzPNxAIvC/7DL9YIMPmUZqAreqCbG8NKidVtSDM=";
};
buildInputs = [ qtbase ];
nativeBuildInputs = [
cmake
curl
qt6.full
# qt6.env
qtscxml
# qtquick3d
# qtquick3dphysics
qtquicktimeline
qtquickeffectmaker
qtnetworkauth
qttools
libxml2
wrapQtAppsHook
];
})

View file

@ -3,6 +3,6 @@
{
quadcastrgb = pkgs.callPackage ./quadcastrgb { };
ens-intel-unite = pkgs.callPackage ./ens-intel-unite { };
KhinsiderDownloader = pkgs.callPackage ./KhinsiderDownloader { };
KhinsiderDownloader = pkgs.qt6Packages.callPackage ./KhinsiderDownloader { };
amy-mono = pkgs.callPackage ./amy-mono { };
}