mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
bluez: fix build by adding pygments
This commit is contained in:
parent
0c0f70ab25
commit
95331c15ee
@ -41,6 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
nativeBuildInputs = [
|
||||
docutils
|
||||
pkg-config
|
||||
python3.pkgs.pygments
|
||||
python3.pkgs.wrapPython
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user