Refactor Nix package definitions to use buildPythonApplication, update package versions, and enhance dependencies across multiple packages. Notable changes include version updates for dosage, hiit, qbittorrent-api, protonup-qt, and torf, as well as the addition of new dependencies and build inputs for colordle and qbit-manage.

This commit is contained in:
Danilo Reyes
2025-10-25 19:28:39 -06:00
parent b827ffab8f
commit a8e7517e9a
10 changed files with 159 additions and 65 deletions

View File

@@ -2,7 +2,6 @@
stdenv,
lib,
python3,
python3Packages,
fetchFromGitHub,
meson,
appstream-glib,
@@ -35,7 +34,7 @@ stdenv.mkDerivation (_finaAttrs: rec {
pkg-config
desktop-file-utils
ninja
python3Packages.pygobject3
python3.pkgs.pygobject3
gobject-introspection
];