bluez: fix build by adding pygments

This commit is contained in:
Daniel Olsen 2024-01-22 23:24:00 +01:00
parent 0c0f70ab25
commit 95331c15ee

View File

@ -41,6 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [
docutils
pkg-config
python3.pkgs.pygments
python3.pkgs.wrapPython
];