yubikey-manager-qt: fix build by upgrading to yubikey-manager 5 from 4
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
, qtbase
|
||||
, qtgraphicaleffects
|
||||
, qtquickcontrols2
|
||||
, yubikey-manager4
|
||||
, yubikey-manager
|
||||
, yubikey-personalization
|
||||
}:
|
||||
|
||||
@@ -41,7 +41,7 @@ mkDerivation rec {
|
||||
];
|
||||
|
||||
pythonPath = [
|
||||
(yubikey-manager4.override { python3Packages = python3.pkgs; })
|
||||
(yubikey-manager.override { python3Packages = python3.pkgs; })
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
|
||||
Reference in New Issue
Block a user