qtbitcointrader: using mkDerivation for Qt5

This commit is contained in:
Marek Mahut
2019-11-01 20:03:59 +01:00
committed by Emery Hemingway
parent 1a40258c27
commit b3cf2d2508
2 changed files with 3 additions and 3 deletions
@@ -1,9 +1,9 @@
{ stdenv, fetchzip, qt5 }:
{ stdenv, fetchzip, qt5, mkDerivation }:
let
version = "1.40.43";
in
stdenv.mkDerivation {
mkDerivation {
pname = "qtbitcointrader";
inherit version;
+1 -1
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 { };