mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 03:15:56 +03:00
blueman: use "with" expression for variable
This commit is contained in:
parent
c09e043d53
commit
09fac98bf0
@ -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 pythonPackages.pycairo ];
|
||||
pythonPath = with pythonPackages; [ dbus-python pygobject3 pycairo ];
|
||||
|
||||
propagatedUserEnvPkgs = [ obex_data_server dconf ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user