Fixing all warnings
This commit is contained in:
parent
32720ae712
commit
169912a47b
15 changed files with 124 additions and 92 deletions
|
|
@ -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
|
||||
];
|
||||
})
|
||||
|
|
|
|||
|
|
@ -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 { };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue