Skip to content

Commit

Permalink
python312Packages.liblarch: cleanup (NixOS#374113)
Browse files Browse the repository at this point in the history
  • Loading branch information
getchoo authored Jan 15, 2025
2 parents c46fd16 + e099e0b commit 10f9ed1
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions pkgs/development/python-modules/liblarch/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@
gtk3,
pythonOlder,
pytest,
setuptools,
}:

buildPythonPackage rec {
version = "3.2.0";
format = "setuptools";
pname = "liblarch";
disabled = pythonOlder "3.5.0";
version = "3.2.0";
pyproject = true;

disabled = pythonOlder "3.5";

src = fetchFromGitHub {
owner = "getting-things-gnome";
Expand All @@ -23,6 +25,10 @@ buildPythonPackage rec {
hash = "sha256-A2qChe2z6rAhjRVX5VoHQitebf/nMATdVZQgtlquuYg=";
};

build-system = [
setuptools
];

nativeCheckInputs = [
gobject-introspection # for setup hook
gtk3
Expand Down

0 comments on commit 10f9ed1

Please sign in to comment.