kdiskmark: migrate to by-name, move out of top-level

This commit is contained in:
Guy Chronister
2025-10-04 09:40:28 -05:00
parent 4b06014349
commit 226c340d7e
2 changed files with 3 additions and 9 deletions
@@ -1,14 +1,10 @@
{
stdenv,
lib,
wrapQtAppsHook,
qtbase,
qttools,
fio,
cmake,
polkit-qt-1,
extra-cmake-modules,
fetchFromGitHub,
kdePackages,
}:
stdenv.mkDerivation rec {
pname = "kdiskmark";
@@ -22,13 +18,13 @@ stdenv.mkDerivation rec {
fetchSubmodules = true;
};
nativeBuildInputs = [
nativeBuildInputs = with kdePackages; [
cmake
extra-cmake-modules
wrapQtAppsHook
];
buildInputs = [
buildInputs = with kdePackages; [
qtbase
qttools
polkit-qt-1
-2
View File
@@ -3235,8 +3235,6 @@ with pkgs;
kaffeine = libsForQt5.callPackage ../applications/video/kaffeine { };
kdiskmark = kdePackages.callPackage ../tools/filesystems/kdiskmark { };
keepkey-agent = with python3Packages; toPythonApplication keepkey-agent;
keybase = callPackage ../tools/security/keybase { };