Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4b8c297d5233
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 64dce73eca01
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 20, 2019

  1. anydesk: add pulseaudio to buildInputs

    Audio support requires libpulse.so and the application complained
    about not being able to find it.
    mweinelt committed Oct 20, 2019
    Copy the full SHA
    deee216 View commit details
  2. Merge pull request #71449 from mweinelt/pr/anydesk/libpulse.so

    anydesk: add pulseaudio to buildInputs
    flokli authored Oct 20, 2019
    Copy the full SHA
    64dce73 View commit details
Showing with 3 additions and 2 deletions.
  1. +3 −2 pkgs/applications/networking/remote/anydesk/default.nix
5 changes: 3 additions & 2 deletions pkgs/applications/networking/remote/anydesk/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{ stdenv, fetchurl, makeWrapper, makeDesktopItem
, 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
sha256 = {
@@ -37,7 +38,7 @@ in stdenv.mkDerivation rec {
buildInputs = [
atk cairo gdk-pixbuf glib gtk2 stdenv.cc.cc pango
gnome2.gtkglext libGLU_combined freetype fontconfig
pangox_compat polkit polkit_gnome
pangox_compat polkit polkit_gnome pulseaudio
] ++ (with xorg; [
libxcb libX11 libXdamage libXext libXfixes libXi libXmu
libXrandr libXtst libXt libICE libSM libXrender