Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion nix/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
wlr-randr
imagemagick
wget
(python3.withPackages (pp: lib.optional calendarSupport pp.pygobject3))
(python3.withPackages (
pp: lib.optionals calendarSupport [ pp.pygobject3 pp.python-dateutil ]
))
],

lib,
Expand Down