mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 10:23:29 +00:00
anydesk: add pulseaudio to buildInputs
Audio support requires libpulse.so and the application complained about not being able to find it.
This commit is contained in:
parent
abf263fed7
commit
deee216d42
@ -1,6 +1,7 @@
|
|||||||
{ stdenv, fetchurl, makeWrapper, makeDesktopItem
|
{ stdenv, fetchurl, makeWrapper, makeDesktopItem
|
||||||
, atk, cairo, gdk-pixbuf, glib, gnome2, gtk2, libGLU_combined, pango, xorg
|
, atk, cairo, gdk-pixbuf, glib, gnome2, gtk2, libGLU_combined, pango, xorg
|
||||||
, lsb-release, freetype, fontconfig, pangox_compat, polkit, polkit_gnome }:
|
, lsb-release, freetype, fontconfig, pangox_compat, polkit, polkit_gnome
|
||||||
|
, pulseaudio }:
|
||||||
|
|
||||||
let
|
let
|
||||||
sha256 = {
|
sha256 = {
|
||||||
@ -37,7 +38,7 @@ in stdenv.mkDerivation rec {
|
|||||||
buildInputs = [
|
buildInputs = [
|
||||||
atk cairo gdk-pixbuf glib gtk2 stdenv.cc.cc pango
|
atk cairo gdk-pixbuf glib gtk2 stdenv.cc.cc pango
|
||||||
gnome2.gtkglext libGLU_combined freetype fontconfig
|
gnome2.gtkglext libGLU_combined freetype fontconfig
|
||||||
pangox_compat polkit polkit_gnome
|
pangox_compat polkit polkit_gnome pulseaudio
|
||||||
] ++ (with xorg; [
|
] ++ (with xorg; [
|
||||||
libxcb libX11 libXdamage libXext libXfixes libXi libXmu
|
libxcb libX11 libXdamage libXext libXfixes libXi libXmu
|
||||||
libXrandr libXtst libXt libICE libSM libXrender
|
libXrandr libXtst libXt libICE libSM libXrender
|
||||||
|
Loading…
Reference in New Issue
Block a user