Merge pull request #334618 from bobby285271/upd/xfce

Xfce updates 2024-08-14
This commit is contained in:
Bobby Rong
2024-08-16 21:36:43 +08:00
committed by GitHub
2 changed files with 4 additions and 6 deletions
@@ -15,10 +15,10 @@
mkXfceDerivation {
category = "apps";
pname = "xfburn";
version = "0.7.1";
version = "0.7.2";
odd-unstable = false;
sha256 = "sha256-wKJ9O4V1b2SoqC4dDKKLg7u8IK9TcjVEa4ZxQv3UOOI=";
sha256 = "sha256-eJ+MxNdJiDTLW4GhrwgQIyFuOSTWsF34Oet9HJAtIqI=";
nativeBuildInputs = [
libxslt
@@ -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"