vk-messenger: 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:
parent
fd4ca19831
commit
5cf44f4eda
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, rpmextract, autoPatchelfHook
|
{ stdenv, lib, fetchurl, rpmextract, autoPatchelfHook
|
||||||
, xorg, gtk3, gnome2, nss, alsaLib, udev, libnotify
|
, xorg, gtk3, gnome2, nss, alsaLib, udev, libnotify
|
||||||
, wrapGAppsHook }:
|
, wrapGAppsHook }:
|
||||||
|
|
||||||
@ -24,7 +24,7 @@ in stdenv.mkDerivation {
|
|||||||
]) ++ [
|
]) ++ [
|
||||||
gtk3 nss alsaLib
|
gtk3 nss alsaLib
|
||||||
];
|
];
|
||||||
runtimeDependencies = [ udev.lib libnotify ];
|
runtimeDependencies = [ (lib.getLib udev) libnotify ];
|
||||||
|
|
||||||
unpackPhase = ''
|
unpackPhase = ''
|
||||||
rpmextract $src
|
rpmextract $src
|
||||||
|
Loading…
x
Reference in New Issue
Block a user