16 version = "0.3.0-unstable-2023-10-11";
18 src = fetchFromGitLab {
19 domain = "gitlab.freedesktop.org";
22 rev = "4a7c945535d746d3d874ebebc0217715d674a862";
23 hash = "sha256-DYvbBGgytf1JOYKejZB+ReehD8iKm1n4BhMmLQURay0=";
40 updateScript = unstableGitUpdater {
41 # The updater tries src.url by default, which does not exist for fetchFromGitLab (fetchurl).
42 url = "https://gitlab.freedesktop.org/tartan/tartan.git";
47 broken = stdenv.hostPlatform.isDarwin;
48 description = "Tools and Clang plugins for developing code with GLib";
49 homepage = "https://gitlab.freedesktop.org/tartan/tartan";
50 changelog = "https://gitlab.freedesktop.org/tartan/tartan/-/blob/main/NEWS";
51 license = licenses.gpl3Plus;
52 platforms = platforms.unix;
53 maintainers = with maintainers; [ jtojnar ];