Commit 65f6e5e6 authored by John Garcia's avatar John Garcia
Browse files

libsForQt5.konsole: add missing meta.mainProgram

parent 06638ebb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@ mkDerivation {
    description = "KDE terminal emulator";
    license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
    maintainers = with lib.maintainers; [ ttuegel ];
    mainProgram = "konsole";
  };
  nativeBuildInputs = [ extra-cmake-modules kdoctools ];
  buildInputs = [