yubioath-desktop: use qt wrapped mkDerivation

This commit is contained in:
Terje Larsen 2019-08-03 12:56:26 +02:00 committed by Matthieu Coudron
parent 8cc4edde3e
commit 55565b0f69

View File

@ -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";