kapidox: use python3, fix build
This commit is contained in:
parent
a1352be6c0
commit
9645c0b3fa
@ -1,9 +1,9 @@
|
|||||||
{ mkDerivation, lib, extra-cmake-modules, python }:
|
{ mkDerivation, lib, extra-cmake-modules, python3 }:
|
||||||
|
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
name = "kapidox";
|
name = "kapidox";
|
||||||
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
||||||
nativeBuildInputs = [ extra-cmake-modules python ];
|
nativeBuildInputs = [ extra-cmake-modules python3 python3.pkgs.setuptools ];
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
moveToOutput bin $bin
|
moveToOutput bin $bin
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user