Skip to content

Commit

Permalink
🔖 Bump pyrime
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Dec 3, 2024
1 parent 1ddfe38 commit 7007f61
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/development/python-modules/pyrime/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
pkg-config,
stdenv,
lib,
autopxd,
}:

with python3.pkgs;

buildPythonPackage rec {
buildPythonPackage {
inherit (mySources.pyrime) pname version src;
format = "pyproject";
disabled = pythonOlder "3.6";
Expand All @@ -19,6 +20,8 @@ buildPythonPackage rec {
ptpython
];
nativeBuildInputs = [
autopxd
cython
meson-python
pkg-config
stdenv.cc
Expand Down

0 comments on commit 7007f61

Please sign in to comment.