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
parent d7ee690ae7
commit 39a77086e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
'';