Merge pull request #192101 from wahjava/update-getmail6

getmail6: Fix FHS reference
This commit is contained in:
Jonas Heinrich 2022-09-21 09:52:26 +02:00 committed by GitHub
commit e5a9c7fdb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,6 +23,7 @@ python3.pkgs.buildPythonApplication rec {
# getmail spends a lot of effort to build an absolute path for
# documentation installation; too bad it is counterproductive now
sed -e '/datadir or prefix,/d' -i setup.py
sed -e 's,/usr/bin/getmail,$(dirname $0)/getmail,' -i getmails
'';
meta = with lib; {