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