]> git.immae.eu Git - perso/Immae/Config/Nix.git/blob - pkgs/mutt-ics/default.nix
Add fiche module (a program to submit paste from command line)
[perso/Immae/Config/Nix.git] / pkgs / mutt-ics / default.nix
1 { python3Packages, mylibs }:
2 with python3Packages;
3 buildPythonApplication (mylibs.fetchedGithub ./mutt-ics.json // {
4 propagatedBuildInputs = [ icalendar ];
5 })