cutecom: move to by-name

This commit is contained in:
Rafael Ieda
2025-10-19 08:27:23 -03:00
parent 6b4cb91291
commit a3dbd9ed85
2 changed files with 3 additions and 6 deletions
@@ -2,9 +2,8 @@
stdenv,
lib,
fetchFromGitLab,
qtserialport,
qt5,
cmake,
wrapQtAppsHook,
}:
stdenv.mkDerivation {
@@ -23,10 +22,10 @@ stdenv.mkDerivation {
--replace "/Applications" "$out/Applications"
'';
buildInputs = [ qtserialport ];
buildInputs = [ qt5.qtserialport ];
nativeBuildInputs = [
cmake
wrapQtAppsHook
qt5.wrapQtAppsHook
];
postInstall =
-2
View File
@@ -10920,8 +10920,6 @@ with pkgs;
hamlib = hamlib_4;
};
cutecom = libsForQt5.callPackage ../tools/misc/cutecom { };
darcs = haskell.lib.compose.disableCabalFlag "library" (
haskell.lib.compose.justStaticExecutables haskellPackages.darcs
);