qmmp: use qt5's mkDerivation
This commit is contained in:
parent
12ae04518b
commit
70aa3807cf
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, cmake, pkgconfig, xlibsWrapper
|
{ stdenv, mkDerivation, fetchurl, cmake, pkgconfig, xlibsWrapper
|
||||||
, qtbase, qttools, qtmultimedia, qtx11extras
|
, qtbase, qttools, qtmultimedia, qtx11extras
|
||||||
# transports
|
# transports
|
||||||
, curl, libmms
|
, curl, libmms
|
||||||
@ -28,7 +28,7 @@
|
|||||||
# Qmmp installs working .desktop file(s) all by itself, so we don't need to
|
# Qmmp installs working .desktop file(s) all by itself, so we don't need to
|
||||||
# handle that.
|
# handle that.
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
mkDerivation rec {
|
||||||
name = "qmmp-1.3.3";
|
name = "qmmp-1.3.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user