Merge pull request #272467 from CrackTC/qq-libnotify

qq: add `libnotify`
This commit is contained in:
Franz Pletz
2024-01-16 20:14:50 +01:00
committed by GitHub
@@ -9,6 +9,7 @@
, libdrm
, libgcrypt
, libkrb5
, libnotify
, mesa # for libgbm
, libGL
, nss
@@ -88,6 +89,9 @@ stdenv.mkDerivation {
ln -s ${libayatana-appindicator}/lib/libayatana-appindicator3.so \
$out/opt/QQ/libappindicator3.so
ln -s ${libnotify}/lib/libnotify.so \
$out/opt/QQ/libnotify.so
runHook postInstall
'';