Unverified Commit e709bd8e authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

Merge pull request #334618 from bobby285271/upd/xfce

Xfce updates 2024-08-14
parents 3829b9ce 0da1fedd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
+2 −4
Original line number Diff line number Diff line
@@ -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"