qtbitcointrader: using mkDerivation for Qt5
This commit is contained in:
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;
|
||||
|
||||
|
|
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue