about summary refs log tree commit diff
path: root/pkgs/applications/misc/yubioath-desktop/default.nix
diff options
context:
space:
mode:
authorTerje Larsen <terlar@gmail.com>2019-08-03 12:56:26 +0200
committerMatthieu Coudron <coudron@iij.ad.jp>2019-08-04 22:05:58 +0900
commit55565b0f6930ad9a7538e98b997d0347e99af043 (patch)
tree48c32e2ea0e60eaf5eade1943cd6714d4a56ccdf /pkgs/applications/misc/yubioath-desktop/default.nix
parent8cc4edde3e2da04fce687911ac2d206792016b7f (diff)
yubioath-desktop: use qt wrapped mkDerivation
Diffstat (limited to 'pkgs/applications/misc/yubioath-desktop/default.nix')
-rw-r--r--pkgs/applications/misc/yubioath-desktop/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/yubioath-desktop/default.nix b/pkgs/applications/misc/yubioath-desktop/default.nix
index 3d4718990cb88..843bc0c1c234f 100644
--- a/pkgs/applications/misc/yubioath-desktop/default.nix
+++ b/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";