blueman: add missing pycairo
This commit is contained in:
parent
18eb185591
commit
fd6dbd9d17
@ -25,7 +25,7 @@ in stdenv.mkDerivation rec {
|
||||
sed -i 's,CDLL(",CDLL("${libpulseaudio.out}/lib/,g' blueman/main/PulseAudioUtils.py
|
||||
'';
|
||||
|
||||
pythonPath = with pythonPackages; [ dbus-python pygobject3 ];
|
||||
pythonPath = with pythonPackages; [ dbus-python pygobject3 pythonPackages.pycairo ];
|
||||
|
||||
propagatedUserEnvPkgs = [ obex_data_server dconf ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user