Bobby Rong 2024-08-14 20:41:04 +08:00
parent a78aafe88d
commit 0da1fedd66
No known key found for this signature in database

View File

@ -17,10 +17,10 @@
mkXfceDerivation {
category = "apps";
pname = "xfce4-notifyd";
version = "0.9.4";
version = "0.9.6";
odd-unstable = false;
sha256 = "sha256-oDvP2xE/KvIKl7D5hAwROxhqpli7G/UNd51YCdT7Dv4=";
sha256 = "sha256-TxVz9fUvuS5bl9eq9isalez3/Pro366TGFMBQ2DfIVI=";
buildInputs = [
dbus
@ -37,8 +37,6 @@ mkXfceDerivation {
xfconf
];
env.NIX_CFLAGS_COMPILE = "-I${glib.dev}/include/gio-unix-2.0";
configureFlags = [
"--enable-dbus-start-daemon"
"--enable-sound"