qjackctl: use qt5's mkDerivation

See #65399
This commit is contained in:
Сухарик 2019-08-04 23:51:44 +03:00 committed by worldofpeace
parent d21d6544c3
commit dc95dd445e

@ -1,6 +1,6 @@
{ stdenv, fetchurl, pkgconfig, alsaLib, libjack2, dbus, qtbase, qttools, qtx11extras }:
{ stdenv, mkDerivation, fetchurl, pkgconfig, alsaLib, libjack2, dbus, qtbase, qttools, qtx11extras }:
stdenv.mkDerivation rec {
mkDerivation rec {
version = "0.5.9";
name = "qjackctl-${version}";