simplenote: 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-12 20:27:17 +02:00
parent a89a4ae87e
commit 40cc04a8b8

View File

@ -4,6 +4,7 @@
, fetchurl
, makeDesktopItem
, makeWrapper
, lib
, stdenv
, udev
, wrapGAppsHook
@ -82,7 +83,7 @@ let
'';
runtimeDependencies = [
udev.lib
(lib.getLib udev)
];
postFixup = ''