18 stdenv.mkDerivation rec {
22 src = fetchFromGitLab {
23 domain = "gitlab.gnome.org";
27 hash = "sha256-XUC24KzZSU4+F2JZMsydukvAwEGdMxCnkPG6QHnCw6w=";
48 description = "Edit GtkSourceView style-schemes for an application or platform";
49 mainProgram = "schemes";
50 homepage = "https://gitlab.gnome.org/chergert/schemes";
51 license = licenses.gpl3Plus;
52 maintainers = with maintainers; [ _0xMRTT ];
53 platforms = platforms.linux;