nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

alot: Use bundled theme files

authored by

Kirill Elagin and committed by
Jon
be04d533 7220de19

+4
+4
pkgs/development/python-modules/alot/default.nix
··· 19 19 sha256 = "0s94m17yph1gq9f2svipb3bbwbw1s4j3zf2xkg5h91006v8286r6"; 20 20 }; 21 21 22 + postPatch = '' 23 + substituteInPlace alot/settings/manager.py --replace /usr/share "$out/share" 24 + ''; 25 + 22 26 nativeBuildInputs = lib.optional withManpage sphinx; 23 27 24 28 propagatedBuildInputs = [