7 , gobject-introspection
13 , libgedit-gtksourceview
19 stdenv.mkDerivation rec {
20 pname = "libgedit-tepl";
23 outputs = [ "out" "dev" "devdoc" ];
25 src = fetchFromGitLab {
26 domain = "gitlab.gnome.org";
29 repo = "libgedit-tepl";
31 hash = "sha256-8y3EQZKYRcx2ocG7aR7tGBCE/68yPdrBcPNm6O2lM4c=";
42 ] ++ lib.optionals (!stdenv.buildPlatform.canExecute stdenv.hostPlatform) [
51 propagatedBuildInputs = [
55 libgedit-gtksourceview
59 homepage = "https://gitlab.gnome.org/World/gedit/libgedit-tepl";
60 description = "Text editor product line";
61 maintainers = with maintainers; [ manveru bobby285271 ];
62 license = licenses.lgpl3Plus;
63 platforms = platforms.linux;