Merge pull request #126103 from jonringer/anydesk-pci
anydesk: add pciutils
This commit is contained in:
commit
dfdfb2cb11
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{ lib, stdenv, fetchurl, makeWrapper, makeDesktopItem, genericUpdater, writeShellScript
|
{ lib, stdenv, fetchurl, makeWrapper, makeDesktopItem, genericUpdater, writeShellScript
|
||||||
, atk, cairo, gdk-pixbuf, glib, gnome2, gtk2, libGLU, libGL, pango, xorg, minizip
|
, atk, cairo, gdk-pixbuf, glib, gnome2, gtk2, libGLU, libGL, pango, xorg, minizip
|
||||||
, lsb-release, freetype, fontconfig, polkit, polkit_gnome
|
, lsb-release, freetype, fontconfig, polkit, polkit_gnome, pciutils
|
||||||
, pulseaudio }:
|
, pulseaudio }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
@ -76,7 +76,7 @@ in stdenv.mkDerivation rec {
|
||||||
$out/bin/anydesk
|
$out/bin/anydesk
|
||||||
|
|
||||||
wrapProgram $out/bin/anydesk \
|
wrapProgram $out/bin/anydesk \
|
||||||
--prefix PATH : ${lib.makeBinPath [ lsb-release ]}
|
--prefix PATH : ${lib.makeBinPath [ lsb-release pciutils ]}
|
||||||
|
|
||||||
substituteInPlace $out/share/applications/*.desktop \
|
substituteInPlace $out/share/applications/*.desktop \
|
||||||
--subst-var out
|
--subst-var out
|
||||||
|
|
Loading…
Reference in a new issue