kf5/kapidox: apply suggestions from code review

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
André Vitor de Lima Matos
2022-05-21 18:29:34 +00:00
committed by GitHub
co-authored by Sandro
parent d7ee690ae7
commit 39a77086e1
@@ -2,10 +2,11 @@
mkDerivation {
pname = "kapidox";
buildInputs = with python3.pkgs; [ jinja2 pyyaml requests ];
nativeBuildInputs = with python3.pkgs; [ qtbase setuptools ];
nativeBuildInputs = [ python3.pkgs.setuptools qtbase ];
patchPhase = ''
buildInputs = with python3.pkgs; [ jinja2 pyyaml requests ];
postPatch = ''
sed -i -e 's|"doxy\w\+", ||g' setup.py
'';