chrome-token-signing: migrate to pkgs/by-name (#526060)
This commit is contained in:
+3
-4
@@ -3,8 +3,7 @@
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
pkg-config,
|
||||
wrapQtAppsHook,
|
||||
qmake,
|
||||
qt5,
|
||||
pcsclite,
|
||||
opensc,
|
||||
}:
|
||||
@@ -22,10 +21,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
wrapQtAppsHook
|
||||
qt5.wrapQtAppsHook
|
||||
];
|
||||
buildInputs = [
|
||||
qmake
|
||||
qt5.qmake
|
||||
pcsclite
|
||||
];
|
||||
dontUseQmakeConfigure = true;
|
||||
@@ -11516,8 +11516,6 @@ with pkgs;
|
||||
vdrPlugins = recurseIntoAttrs (callPackage ../applications/video/vdr/plugins.nix { });
|
||||
wrapVdr = callPackage ../applications/video/vdr/wrapper.nix { };
|
||||
|
||||
chrome-token-signing = libsForQt5.callPackage ../tools/security/chrome-token-signing { };
|
||||
|
||||
phonetisaurus = callPackage ../development/libraries/phonetisaurus {
|
||||
# https://github.com/AdolfVonKleist/Phonetisaurus/issues/70
|
||||
openfst = openfst.overrideAttrs rec {
|
||||
|
||||
Reference in New Issue
Block a user