rss2email: sendmail from PATH instead of /usr/sbin

+6
+6
pkgs/applications/networking/feedreaders/rss2email/default.nix
··· 16 16 17 17 outputs = [ "out" "man" "doc" ]; 18 18 19 + postPatch = '' 20 + # sendmail executable is called from PATH instead of sbin by default 21 + sed -e 's|/usr/sbin/sendmail|sendmail|' \ 22 + -i rss2email/config.py 23 + ''; 24 + 19 25 postInstall = '' 20 26 install -Dm 644 r2e.1 $man/share/man/man1/r2e.1 21 27 # an alias for better finding the manpage