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

xed-editor: 3.8.4 -> 3.8.5 (#464587)

parents 798ce8bf 0b51b3be
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@
  gtksourceview4,
  gspell,
  xapp,
  xapp-symbolic-icons,
  pkg-config,
  python3,
  meson,
@@ -22,13 +23,13 @@

stdenv.mkDerivation rec {
  pname = "xed-editor";
  version = "3.8.4";
  version = "3.8.5";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = "xed";
    rev = version;
    hash = "sha256-pI9gjAA5dn0QwZKGungQ1xpQJmnfCxmqWR0VBEQ5v84=";
    hash = "sha256-iPD9SawHA0bwnZvC+IyMq9cFE1YOYLISehUJjTXiqGw=";
  };

  patches = [
@@ -64,6 +65,12 @@ stdenv.mkDerivation rec {
    xapp
  ];

  preFixup = ''
    gappsWrapperArgs+=(
      --prefix XDG_DATA_DIRS : "${lib.makeSearchPath "share" [ xapp-symbolic-icons ]}"
    )
  '';

  doInstallCheck = true;
  versionCheckProgram = "${placeholder "out"}/bin/xed";