mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
parent
9ad6be38ab
commit
ced90ef6bd
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
networkmanager,
|
||||
withPulseAudio ? config.pulseaudio or stdenv.hostPlatform.isLinux,
|
||||
libpulseaudio,
|
||||
procps,
|
||||
}:
|
||||
|
||||
let
|
||||
|
@ -52,6 +53,7 @@ stdenv.mkDerivation rec {
|
|||
librsvg
|
||||
adwaita-icon-theme
|
||||
networkmanager
|
||||
procps
|
||||
]
|
||||
++ pythonPath
|
||||
++ lib.optional withPulseAudio libpulseaudio;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue