From 33e6ef827bc9e7c0dfb07abaed107291dcf768b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Wed, 27 Feb 2019 22:03:47 +0100 Subject: [PATCH] papis: bash completions are now installed automatically --- pkgs/tools/misc/papis/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/tools/misc/papis/default.nix b/pkgs/tools/misc/papis/default.nix index 77ead3de090..75657c2ae91 100644 --- a/pkgs/tools/misc/papis/default.nix +++ b/pkgs/tools/misc/papis/default.nix @@ -23,10 +23,6 @@ python3.pkgs.buildPythonApplication rec { jinja2 whoosh ]; - postInstall = '' - install -Dt "$out/etc/bash_completion.d" scripts/shell_completion/build/bash/papis - ''; - checkInputs = (with python3.pkgs; [ pytest ]) ++ [