Unverified Commit 2dbb8f34 authored by Bobby Rong's avatar Bobby Rong
Browse files
parent 73789784
Loading
Loading
Loading
Loading
+2 −13
Original line number Diff line number Diff line
{ lib
, mkXfceDerivation
, fetchpatch
, libxfce4util
, gobject-introspection
, vala
@@ -9,19 +8,9 @@
mkXfceDerivation {
  category = "xfce";
  pname = "xfconf";
  version = "4.18.2";
  version = "4.18.3";

  sha256 = "sha256-FVNkcwOS4feMocx3vYhuWNs1EkXDrM1FaKkMhIOuPHI=";

  patches = [
    # fixes a segfault, can likely be removed with 4.18.3,
    # see https://gitlab.xfce.org/xfce/xfconf/-/issues/35#note_81151
    (fetchpatch {
      name = "cache-fix-uncached-value.patch";
      url = "https://gitlab.xfce.org/xfce/xfconf/-/commit/03f7ff961fd46c9141aba624a278e19de0bf3211.diff";
      hash = "sha256-n9Wvt7NfKMxs2AcjUWgs4vZgzLUG9jyEVTZxINko4h8=";
    })
  ];
  sha256 = "sha256-Iu/LHyk/lOvu8uJuJRDxIkabiX0vZB4H99vVKRiugVo=";

  nativeBuildInputs = [ gobject-introspection vala ];