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 let
version = "1.40.43"; version = "1.40.43";
in in
stdenv.mkDerivation { mkDerivation {
pname = "qtbitcointrader"; pname = "qtbitcointrader";
inherit version; inherit version;

View File

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