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:
@@ -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
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user