3
0
Fork 0
forked from mirrors/nixpkgs

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:05:56 +01:00
parent 6c08fe3ccf
commit 61b28ab54f
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -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 = ''