wavebox: 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:28:45 +02:00
parent 5cf44f4eda
commit 67ad63c82d
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ in stdenv.mkDerivation {
alsaLib gtk3 nss
];
runtimeDependencies = [ udev.lib libnotify ];
runtimeDependencies = [ (getLib udev) libnotify ];
installPhase = ''
mkdir -p $out/bin $out/opt/wavebox