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

This will pick the `lib` output if it exists, otherwise default to `out`.
gstqt5
Florian Klink 2020-08-12 20:27:33 +02:00
parent 40cc04a8b8
commit db75a25d81
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
{ stdenv
, lib
, fetchurl
, rpmextract
, libnotify
@ -62,7 +63,7 @@ stdenv.mkDerivation rec {
expat
gdk-pixbuf
dbus
udev.lib
(lib.getLib udev)
freetype
nspr
glib