From 93eae42f02f347e7e0540409dd0e7076bd863c07 Mon Sep 17 00:00:00 2001 From: Ashish SHUKLA Date: Tue, 20 Sep 2022 22:12:57 +0530 Subject: [PATCH] getmail6: Fix FHS reference --- pkgs/tools/networking/getmail6/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/networking/getmail6/default.nix b/pkgs/tools/networking/getmail6/default.nix index 82122b150664..fb14bc8923c0 100644 --- a/pkgs/tools/networking/getmail6/default.nix +++ b/pkgs/tools/networking/getmail6/default.nix @@ -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; {