summary refs log tree commit diff
path: root/pkgs/applications/networking/remote/citrix-workspace/generic.nix
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2020-08-12 20:15:14 +0200
committerFlorian Klink <flokli@flokli.de>2020-08-13 20:51:40 +0200
commita2998bff524e92fd02669742d8eb47d5fd3d571b (patch)
tree4d62af212175695f6165ca5d34749a209c511c7a /pkgs/applications/networking/remote/citrix-workspace/generic.nix
parenta22b1a61a8410aa932518c8df7c0d0fefed0ad8d (diff)
downloadnixpkgs-a2998bff524e92fd02669742d8eb47d5fd3d571b.tar
nixpkgs-a2998bff524e92fd02669742d8eb47d5fd3d571b.tar.gz
nixpkgs-a2998bff524e92fd02669742d8eb47d5fd3d571b.tar.bz2
nixpkgs-a2998bff524e92fd02669742d8eb47d5fd3d571b.tar.lz
nixpkgs-a2998bff524e92fd02669742d8eb47d5fd3d571b.tar.xz
nixpkgs-a2998bff524e92fd02669742d8eb47d5fd3d571b.tar.zst
nixpkgs-a2998bff524e92fd02669742d8eb47d5fd3d571b.zip
citrix-workspace: use lib.getLib systemd instead of systemd.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
Diffstat (limited to 'pkgs/applications/networking/remote/citrix-workspace/generic.nix')
-rw-r--r--pkgs/applications/networking/remote/citrix-workspace/generic.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/remote/citrix-workspace/generic.nix b/pkgs/applications/networking/remote/citrix-workspace/generic.nix
index 36ae194a165..c19cb585952 100644
--- a/pkgs/applications/networking/remote/citrix-workspace/generic.nix
+++ b/pkgs/applications/networking/remote/citrix-workspace/generic.nix
@@ -90,7 +90,7 @@ stdenv.mkDerivation rec {
     openssl'
     pango
     speex
-    systemd.lib
+    (lib.getLib systemd)
     stdenv.cc.cc
     xorg.libXaw
     xorg.libXmu