···27 "3" = gtk3;
28 }.${gtkVersion} or (throw "unknown GTK version ${gtkVersion}");
29000030 postPatch = ''
31 for f in {configure,ltmain.sh,m4/libtool.m4}; do
32 substituteInPlace $f \
···27 "3" = gtk3;
28 }.${gtkVersion} or (throw "unknown GTK version ${gtkVersion}");
2930+ patches = [
31+ ./requires-glib.patch
32+ ];
33+34 postPatch = ''
35 for f in {configure,ltmain.sh,m4/libtool.m4}; do
36 substituteInPlace $f \