7 , gobject-introspection
16 stdenv.mkDerivation rec {
20 outputs = [ "out" "dev" "devdoc" ];
23 url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
24 sha256 = "jNaGXCw4GIdgyzjK4z3J4KiI+tGNCwTx1V5laqmJqEQ=";
40 propagatedBuildInputs = [
47 # TODO: one test fails because of
48 # (./test-file-metadata:20931): Tepl-WARNING **: 14:41:36.942: GVfs metadata
49 # is not supported. Fallback to TeplMetadataManager. Either GVfs is not
50 # correctly installed or GVfs metadata are not supported on this platform. In
51 # the latter case, you should configure Tepl with --disable-gvfs-metadata.
53 passthru.updateScript = gnome.updateScript {
55 versionPolicy = "odd-unstable";
59 homepage = "https://wiki.gnome.org/Projects/Tepl";
60 description = "Text editor product line";
61 maintainers = teams.gnome.members ++ [ maintainers.manveru ];
62 license = licenses.lgpl3Plus;
63 platforms = platforms.linux;