forked from mirrors/nixpkgs
kf5/kapidox: apply suggestions from code review
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
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
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue