qjackctl: use qt5's mkDerivation

See #65399
This commit is contained in:
Сухарик
2019-08-05 06:45:00 -04:00
committed by worldofpeace
parent d21d6544c3
commit dc95dd445e
+2 -2
View File
@@ -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}";