yubikey-manager-qt: fix build by upgrading to yubikey-manager 5 from 4

This commit is contained in:
Sandro Jäckel
2024-01-14 20:13:24 +01:00
parent 6c08fe3ccf
commit 61b28ab54f
@@ -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 = ''