tk-calendar drv
This commit is contained in:
@@ -0,0 +1,18 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
pkgs.python.buildPythonPackage rec {
|
||||||
|
pname = "tkcalendar";
|
||||||
|
version = "1.6.1";
|
||||||
|
|
||||||
|
src = pkgs.fetchFromGitHub {
|
||||||
|
owner = "j4321";
|
||||||
|
repo = "tkcalendar";
|
||||||
|
rev = "v${version}";
|
||||||
|
sha256 = "";
|
||||||
|
};
|
||||||
|
|
||||||
|
propagatedBuildInputs = [
|
||||||
|
pkgs.python310Packages.babel
|
||||||
|
];
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "tkcalendar" ];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user