getmail6: Fix FHS reference
This commit is contained in:
parent
f677051b8d
commit
93eae42f02
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
# getmail spends a lot of effort to build an absolute path for
|
# getmail spends a lot of effort to build an absolute path for
|
||||||
# documentation installation; too bad it is counterproductive now
|
# documentation installation; too bad it is counterproductive now
|
||||||
sed -e '/datadir or prefix,/d' -i setup.py
|
sed -e '/datadir or prefix,/d' -i setup.py
|
||||||
|
sed -e 's,/usr/bin/getmail,$(dirname $0)/getmail,' -i getmails
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
Loading…
Reference in a new issue