bluejeans: use lib.getLib udev instead of udev.lib

This will pick the `lib` output if it exists, otherwise default to `out`.
This commit is contained in:
Florian Klink
2020-08-13 20:51:41 +02:00
parent 40cc04a8b8
commit db75a25d81
@@ -1,4 +1,5 @@
{ stdenv { stdenv
, lib
, fetchurl , fetchurl
, rpmextract , rpmextract
, libnotify , libnotify
@@ -62,7 +63,7 @@ stdenv.mkDerivation rec {
expat expat
gdk-pixbuf gdk-pixbuf
dbus dbus
udev.lib (lib.getLib udev)
freetype freetype
nspr nspr
glib glib