12 wsl_stub = writeShellScriptBin "wsl" "true";
14 in buildPythonPackage rec {
19 inherit pname version;
20 hash = "sha256-XM1zG1JjbdEEV6i42FjLDQJv+qsePnUbr3kb+APjfXs=";
23 propagatedBuildInputs = [
35 homepage = "https://github.com/robgolding/tasklib";
36 description = "Library for interacting with taskwarrior databases";
37 changelog = "https://github.com/GothenburgBitFactory/tasklib/releases/tag/${version}";
38 maintainers = with maintainers; [ arcnmx ];
39 platforms = platforms.all;
40 license = licenses.bsd3;