about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorRohan <rohan@coinzoom.com>2023-12-04 15:31:01 +1300
committerRohan <rohan@coinzoom.com>2023-12-05 10:24:38 +1300
commitaea57305e47a8222654b62d381b8a33800f2e7b6 (patch)
tree0c69c4134ae7fbf90d0451d59714034360a2f164 /pkgs/applications/networking/remote
parenta12e4b04bc9ad4ea46ef6e5f8be03a47294a5d1c (diff)
aws-workspaces: 4.6.0 include missing xcbutil dependency
(cherry picked from commit df6a845b71064dfdde801a0962e1dac76258fa51)
Diffstat (limited to 'pkgs/applications/networking/remote')
-rw-r--r--pkgs/applications/networking/remote/aws-workspaces/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/networking/remote/aws-workspaces/default.nix b/pkgs/applications/networking/remote/aws-workspaces/default.nix
index 4cc21a2269d61..b1e11510530a3 100644
--- a/pkgs/applications/networking/remote/aws-workspaces/default.nix
+++ b/pkgs/applications/networking/remote/aws-workspaces/default.nix
@@ -1,6 +1,6 @@
 { stdenv, lib
 , makeWrapper, dpkg, fetchurl, autoPatchelfHook
-, curl, libkrb5, lttng-ust, libpulseaudio, gtk3, openssl_1_1, icu70, webkitgtk, librsvg, gdk-pixbuf, libsoup, glib-networking, graphicsmagick_q16, libva, libusb1, hiredis
+, curl, libkrb5, lttng-ust, libpulseaudio, gtk3, openssl_1_1, icu70, webkitgtk, librsvg, gdk-pixbuf, libsoup, glib-networking, graphicsmagick_q16, libva, libusb1, hiredis, xcbutil
 }:
 
 stdenv.mkDerivation rec {
@@ -43,6 +43,7 @@ stdenv.mkDerivation rec {
     hiredis
     libusb1
     libva
+    xcbutil
   ];
 
   unpackPhase = ''