tpmmanager: migrate to pkgs/by-name

This commit is contained in:
magicquark
2025-10-29 02:51:26 +00:00
parent a0bd0331ab
commit af86a39897
2 changed files with 4 additions and 8 deletions
@@ -2,10 +2,8 @@
lib,
stdenv,
fetchFromGitHub,
qtbase,
qmake,
wrapQtAppsHook,
trousers,
libsForQt5,
}:
stdenv.mkDerivation rec {
@@ -20,12 +18,12 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [
qmake
wrapQtAppsHook
libsForQt5.qmake
libsForQt5.wrapQtAppsHook
];
buildInputs = [
qtbase
libsForQt5.qtbase
trousers
];
-2
View File
@@ -4105,8 +4105,6 @@ with pkgs;
trackma-qt = trackma.override { withQT = true; };
tpmmanager = libsForQt5.callPackage ../applications/misc/tpmmanager { };
trezorctl = with python3Packages; toPythonApplication trezor;
trezor-agent = with python3Packages; toPythonApplication trezor-agent;