From c33e3917126e8237a9b7a1894ad8b081383db621 Mon Sep 17 00:00:00 2001 From: dan4ik <6057430gu@gmail.com> Date: Wed, 20 Oct 2021 22:35:34 +0700 Subject: CuboCore.packages: added --- .../terminal-emulators/coreterminal/default.nix | 42 ---------------------- 1 file changed, 42 deletions(-) delete mode 100644 pkgs/applications/terminal-emulators/coreterminal/default.nix (limited to 'pkgs/applications/terminal-emulators') diff --git a/pkgs/applications/terminal-emulators/coreterminal/default.nix b/pkgs/applications/terminal-emulators/coreterminal/default.nix deleted file mode 100644 index e358fae0716f6..0000000000000 --- a/pkgs/applications/terminal-emulators/coreterminal/default.nix +++ /dev/null @@ -1,42 +0,0 @@ -{ mkDerivation -, lib -, fetchFromGitLab -, cmake -, ninja -, qtbase -, qtserialport -, qtermwidget -, libcprime -}: - -mkDerivation rec { - pname = "coreterminal"; - version = "4.2.0"; - - src = fetchFromGitLab { - owner = "cubocore/coreapps"; - repo = pname; - rev = "v${version}"; - sha256 = "sha256-YXs6VTem3AaK4n1DYwKP/jqNuf09Srn2THHyJJnArlc="; - }; - - nativeBuildInputs = [ - cmake - ninja - ]; - - buildInputs = [ - qtbase - qtserialport - qtermwidget - libcprime - ]; - - meta = with lib; { - description = "A terminal emulator from the C Suite"; - homepage = "https://gitlab.com/cubocore/coreapps/coreterminal"; - license = licenses.gpl3Plus; - maintainers = with maintainers; [ dan4ik605743 ]; - platforms = platforms.linux; - }; -} -- cgit 1.4.1