cmst: migrate to pkgs/by-name

This commit is contained in:
magicquark
2025-12-09 03:28:49 +00:00
parent 38d70a9e12
commit 35804aeee3
2 changed files with 7 additions and 10 deletions
@@ -1,14 +1,12 @@
{
mkDerivation,
stdenv,
lib,
fetchFromGitHub,
qmake,
qtbase,
qttools,
libsForQt5,
gitUpdater,
}:
mkDerivation rec {
stdenv.mkDerivation rec {
pname = "cmst";
version = "2023.03.14";
@@ -20,11 +18,12 @@ mkDerivation rec {
};
nativeBuildInputs = [
qmake
qttools
libsForQt5.qmake
libsForQt5.qttools
libsForQt5.wrapQtAppsHook
];
buildInputs = [ qtbase ];
buildInputs = [ libsForQt5.qtbase ];
postPatch = ''
for f in $(find . -name \*.cpp -o -name \*.pri -o -name \*.pro); do
-2
View File
@@ -2302,8 +2302,6 @@ with pkgs;
;
citrix_workspace = citrix_workspace_25_05_0;
cmst = libsForQt5.callPackage ../tools/networking/cmst { };
colord-gtk4 = colord-gtk.override { withGtk4 = true; };
connmanFull = connman.override {