yubikey-manager-qt: cleanup inputs

This commit is contained in:
Sandro Jäckel 2021-02-17 04:36:46 +01:00
parent 024247946f
commit 3bf312118a
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -32,8 +32,6 @@ stdenv.mkDerivation rec {
buildInputs = [ pythonPackages.python qtbase qtgraphicaleffects qtquickcontrols qtquickcontrols2 pyotherside ];
enableParallelBuilding = true;
pythonPath = [ yubikey-manager ];
dontWrapQtApps = true;