From 9f5fbf001faab4f57118064d8bca27c12c623a9d Mon Sep 17 00:00:00 2001 From: K900 Date: Sat, 18 Mar 2023 01:39:35 +0300 Subject: plasma-mobile: 23.1 -> 23.04.0, (partially) absorb into kde/gear --- pkgs/applications/plasma-mobile/qmlkonsole.nix | 42 -------------------------- 1 file changed, 42 deletions(-) delete mode 100644 pkgs/applications/plasma-mobile/qmlkonsole.nix (limited to 'pkgs/applications/plasma-mobile/qmlkonsole.nix') diff --git a/pkgs/applications/plasma-mobile/qmlkonsole.nix b/pkgs/applications/plasma-mobile/qmlkonsole.nix deleted file mode 100644 index da892fb47c0e4..0000000000000 --- a/pkgs/applications/plasma-mobile/qmlkonsole.nix +++ /dev/null @@ -1,42 +0,0 @@ -{ lib -, mkDerivation - -, cmake -, extra-cmake-modules - -, kconfig -, ki18n -, kirigami-addons -, kirigami2 -, kcoreaddons -, qtquickcontrols2 -, kwindowsystem -, qmltermwidget -}: - -mkDerivation { - pname = "qmlkonsole"; - - nativeBuildInputs = [ - cmake - extra-cmake-modules - ]; - - buildInputs = [ - kconfig - ki18n - kirigami-addons - kirigami2 - qtquickcontrols2 - kcoreaddons - kwindowsystem - qmltermwidget - ]; - - meta = with lib; { - description = "Terminal app for Plasma Mobile"; - homepage = "https://invent.kde.org/plasma-mobile/qmlkonsole"; - license = with licenses; [ gpl2Plus gpl3Plus cc0 ]; - maintainers = with maintainers; [ balsoft ]; - }; -} -- cgit 1.4.1