mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
Merge pull request #20898 from asymmetric/patch-1
blueman: use "with" expression for variable
This commit is contained in:
commit
4eff13b7e6
@ -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