tpmmanager: migrate to pkgs/by-name
This commit is contained in:
+4
-6
@@ -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
|
||||
];
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user