qtbitcointrader: using mkDerivation for Qt5

This commit is contained in:
Marek Mahut 2019-11-01 09:37:26 +01:00 committed by Emery Hemingway
parent 1a40258c27
commit b3cf2d2508
2 changed files with 3 additions and 3 deletions

View file

@ -1,9 +1,9 @@
{ stdenv, fetchzip, qt5 }:
{ stdenv, fetchzip, qt5, mkDerivation }:
let
version = "1.40.43";
in
stdenv.mkDerivation {
mkDerivation {
pname = "qtbitcointrader";
inherit version;

View file

@ -20543,7 +20543,7 @@ in
qsynth = libsForQt5.callPackage ../applications/audio/qsynth { };
qtbitcointrader = callPackage ../applications/misc/qtbitcointrader { };
qtbitcointrader = libsForQt5.callPackage ../applications/misc/qtbitcointrader { };
qtchan = libsForQt5.callPackage ../applications/networking/browsers/qtchan { };