Commit 6fdc7e6a authored by dan4ik's avatar dan4ik
Browse files

coreaction: init at 4.2.0

parent 5efc01ff
Loading
Loading
Loading
Loading
+33 −0
Original line number Diff line number Diff line
{ mkDerivation, lib, fetchFromGitLab, qtsvg, qtbase, libcsys, libcprime, cmake, ninja, }:

mkDerivation rec {
  pname = "coreaction";
  version = "4.2.0";

  src = fetchFromGitLab {
    owner = "cubocore/coreapps";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-5qEZNLvbgLoAOXij0wXoVw2iyvytsYZikSJDm6F6ddc=";
  };

  nativeBuildInputs = [
    cmake
    ninja
  ];

  buildInputs = [
    qtsvg
    qtbase
    libcsys
    libcprime
  ];

  meta = with lib; {
    description = "A side bar for showing widgets from the C Suite";
    homepage = "https://gitlab.com/cubocore/coreapps/coreaction";
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [ dan4ik605743 ];
    platforms = platforms.linux;
  };
}
+2 −0
Original line number Diff line number Diff line
@@ -23469,6 +23469,8 @@ in
  copyq = libsForQt5.callPackage ../applications/misc/copyq { };
  coreaction = libsForQt5.callPackage ../applications/misc/coreaction { };
  corectrl = libsForQt5.callPackage ../applications/misc/corectrl { };
  coriander = callPackage ../applications/video/coriander {