Commit 3d3251d4 authored by Philipp Jungkamp's avatar Philipp Jungkamp Committed by Anderson Torres
Browse files

blackbox-terminal: add mainProgram

parent 9fe31c87
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;