yubioath-desktop: use qt wrapped mkDerivation

This commit is contained in:
Terje Larsen
2019-08-04 22:05:58 +09:00
committed by Matthieu Coudron
parent 8cc4edde3e
commit 55565b0f69
@@ -1,10 +1,10 @@
{ stdenv, fetchurl { stdenv, fetchurl, mkDerivation
, qmake, qtbase, qtquickcontrols , qmake, qtbase, qtquickcontrols
, python3, pyotherside , python3, pyotherside
, pcsclite, yubikey-personalization , pcsclite, yubikey-personalization
, yubikey-manager, makeWrapper }: , yubikey-manager, makeWrapper }:
stdenv.mkDerivation rec { mkDerivation rec {
pname = "yubioath-desktop"; pname = "yubioath-desktop";
version = "4.3.6"; version = "4.3.6";