qmmp: use qt5's mkDerivation

This commit is contained in:
gnidorah 2019-09-02 21:34:36 +03:00 committed by Bjørn Forsman
parent 12ae04518b
commit 70aa3807cf

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, cmake, pkgconfig, xlibsWrapper
{ stdenv, mkDerivation, fetchurl, cmake, pkgconfig, xlibsWrapper
, qtbase, qttools, qtmultimedia, qtx11extras
# transports
, curl, libmms
@ -28,7 +28,7 @@
# Qmmp installs working .desktop file(s) all by itself, so we don't need to
# handle that.
stdenv.mkDerivation rec {
mkDerivation rec {
name = "qmmp-1.3.3";
src = fetchurl {