blackbox-terminal: add mainProgram
This commit is contained in:
parent
9fe31c8728
commit
3d3251d43c
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Beautiful GTK 4 terminal";
|
description = "Beautiful GTK 4 terminal";
|
||||||
|
mainProgram = "blackbox";
|
||||||
homepage = "https://gitlab.gnome.org/raggesilver/blackbox";
|
homepage = "https://gitlab.gnome.org/raggesilver/blackbox";
|
||||||
changelog = "https://gitlab.gnome.org/raggesilver/blackbox/-/raw/v${version}/CHANGELOG.md";
|
changelog = "https://gitlab.gnome.org/raggesilver/blackbox/-/raw/v${version}/CHANGELOG.md";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
|
|
Loading…
Reference in a new issue