mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
text-engine: remove the json-glib dependency
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user