yubioath-desktop: use qt wrapped mkDerivation
This commit is contained in:
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";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user