yubioath-desktop: use qt wrapped mkDerivation

wip/yesman
Terje Larsen 5 years ago committed by Matthieu Coudron
parent 8cc4edde3e
commit 55565b0f69
  1. 4
      pkgs/applications/misc/yubioath-desktop/default.nix

@ -1,10 +1,10 @@
{ stdenv, fetchurl
{ stdenv, fetchurl, mkDerivation
, qmake, qtbase, qtquickcontrols
, python3, pyotherside
, pcsclite, yubikey-personalization
, yubikey-manager, makeWrapper }:
stdenv.mkDerivation rec {
mkDerivation rec {
pname = "yubioath-desktop";
version = "4.3.6";

Loading…
Cancel
Save