···11{ lib
22, stdenv
33, fetchurl
44+, fetchpatch2
45, meson
56, ninja
67, pkg-config
···3738 # but not from its own datadr (it assumes it will be in XDG_DATA_DIRS).
3839 # Since this is not generally true with Nix, let’s add $out/share unconditionally.
3940 ./4.x-nix_share_path.patch
4141+4242+ # Add Nix syntax highlighting.
4343+ # https://gitlab.gnome.org/GNOME/gtksourceview/-/merge_requests/303
4444+ (fetchpatch2 {
4545+ url = "https://gitlab.gnome.org/GNOME/gtksourceview/-/commit/2cc7fd079f9fc8b593c727c68a2c783c82299562.patch";
4646+ sha256 = "bTYWjEDpdbnUxcYNKl2YtSLfYlMfcbQSSYQjhixOGS8=";
4747+ })
4048 ];
41494250 nativeBuildInputs = [