summary refs log tree commit diff
path: root/pkgs/applications/networking/remote/citrix-workspace/default.nix
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-05-22 07:03:39 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-07-22 18:50:57 -0400
commitb1bc0645eaa0118757275871c31fe17547cbc477 (patch)
tree06fdfe593631b14188fd377e74d9e37d17bb5c49 /pkgs/applications/networking/remote/citrix-workspace/default.nix
parent23a3256ee1ece61eeb4e9a9a1fb6131b35e86abc (diff)
downloadnixpkgs-b1bc0645eaa0118757275871c31fe17547cbc477.tar
nixpkgs-b1bc0645eaa0118757275871c31fe17547cbc477.tar.gz
nixpkgs-b1bc0645eaa0118757275871c31fe17547cbc477.tar.bz2
nixpkgs-b1bc0645eaa0118757275871c31fe17547cbc477.tar.lz
nixpkgs-b1bc0645eaa0118757275871c31fe17547cbc477.tar.xz
nixpkgs-b1bc0645eaa0118757275871c31fe17547cbc477.tar.zst
nixpkgs-b1bc0645eaa0118757275871c31fe17547cbc477.zip
gdk-pixbuf: rename from gdk_pixbuf
Diffstat (limited to 'pkgs/applications/networking/remote/citrix-workspace/default.nix')
-rw-r--r--pkgs/applications/networking/remote/citrix-workspace/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/remote/citrix-workspace/default.nix b/pkgs/applications/networking/remote/citrix-workspace/default.nix
index 13a16a6e224..4598903d201 100644
--- a/pkgs/applications/networking/remote/citrix-workspace/default.nix
+++ b/pkgs/applications/networking/remote/citrix-workspace/default.nix
@@ -12,7 +12,7 @@
 , glib
 , gtk2
 , atk
-, gdk_pixbuf
+, gdk-pixbuf
 , cairo
 , pango
 , gnome3
@@ -100,14 +100,14 @@ let
         busybox
         file
         gtk2
-        gdk_pixbuf
+        gdk-pixbuf
       ];
 
       libPath = stdenv.lib.makeLibraryPath [
         glib
         gtk2
         atk
-        gdk_pixbuf
+        gdk-pixbuf
         cairo
         pango
         gnome3.dconf