12 , gobject-introspection
13 , gsettings-desktop-schemas
18 stdenv.mkDerivation rec {
19 pname = "regextester";
22 src = fetchFromGitHub {
23 owner = "artemanufrij";
26 hash = "sha256-5+gU8DeB99w2h/4vMal2eHkR0305dmRYiY6fsLZzlnc=";
45 gsettings-desktop-schemas
50 ${glib.dev}/bin/glib-compile-schemas $out/share/glib-2.0/schemas
54 description = "Desktop application to test regular expressions interactively";
55 mainProgram = "com.github.artemanufrij.regextester";
56 homepage = "https://github.com/artemanufrij/regextester";
57 maintainers = with maintainers; [ samdroid-apps ];
58 platforms = platforms.linux;
59 license = licenses.gpl2Plus;