citrix-workspace: use lib.getLib systemd instead of systemd.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
This commit is contained in:
@@ -90,7 +90,7 @@ stdenv.mkDerivation rec {
|
|||||||
openssl'
|
openssl'
|
||||||
pango
|
pango
|
||||||
speex
|
speex
|
||||||
systemd.lib
|
(lib.getLib systemd)
|
||||||
stdenv.cc.cc
|
stdenv.cc.cc
|
||||||
xorg.libXaw
|
xorg.libXaw
|
||||||
xorg.libXmu
|
xorg.libXmu
|
||||||
|
|||||||
Reference in New Issue
Block a user