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:
parent
a22b1a61a8
commit
a2998bff52
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user