cutecom: move to by-name
This commit is contained in:
@@ -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 =
|
||||
@@ -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
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user