Commit 1201bb64 authored by Pavel Sobolev's avatar Pavel Sobolev Committed by github-actions[bot]
Browse files

text-engine: remove the `json-glib` dependency

(cherry picked from commit 25ba6fc4)
parent 8c7b1e52
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -36,10 +36,15 @@ stdenv.mkDerivation rec {

  buildInputs = [
    libadwaita
    json-glib
    libxml2
  ];

  postPatch = ''
    # See https://github.com/mjakeman/text-engine/pull/42
    substituteInPlace src/meson.build \
      --replace-fail "dependency('json-glib-1.0')," ""
  '';

  meta = {
    description = "Rich text framework for GTK";
    mainProgram = "text-engine-demo";