mailspring: 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:29:03 +02:00
parent 67ad63c82d
commit f77b81df26
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
{ stdenv
, lib
, fetchurl
, autoPatchelfHook
, alsaLib
@ -45,7 +46,7 @@ stdenv.mkDerivation rec {
runtimeDependencies = [
coreutils
openssl
udev.lib
(lib.getLib udev)
];
unpackPhase = ''