blackbox-terminal: add mainProgram

This commit is contained in:
Philipp Jungkamp 2023-08-06 19:40:21 +02:00 committed by Anderson Torres
parent 9fe31c8728
commit 3d3251d43c

View file

@ -76,6 +76,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Beautiful GTK 4 terminal";
mainProgram = "blackbox";
homepage = "https://gitlab.gnome.org/raggesilver/blackbox";
changelog = "https://gitlab.gnome.org/raggesilver/blackbox/-/raw/v${version}/CHANGELOG.md";
license = licenses.gpl3Plus;