16 stdenv.mkDerivation rec {
18 version = "unstable-2023-12-05";
20 src = fetchFromGitHub {
23 rev = "8ae2bb65fe66458263d94711ae4ddd978faece00";
24 sha256 = "sha256-FZV726ZeNEX4ulEh+IIzwZqpnVRr7IeZb47FV1C7YjU=";
42 # https://github.com/vala-lang/vala-lint/issues/181
43 substituteInPlace test/meson.build \
44 --replace "test('auto-fix', auto_fix_test, env: test_envars)" ""
50 updateScript = unstableGitUpdater {
51 url = "https://github.com/vala-lang/vala-lint.git";
56 homepage = "https://github.com/vala-lang/vala-lint";
57 description = "Check Vala code files for code-style errors";
59 Small command line tool and library for checking Vala code files for code-style errors.
60 Based on the elementary Code-Style guidelines.
62 license = licenses.gpl2Plus;
63 platforms = platforms.linux;
64 maintainers = teams.pantheon.members;
65 mainProgram = "io.elementary.vala-lint";