qtcurve: use qt5's mkDerivation
This commit is contained in:
parent
95cec2ffe3
commit
71a3c13d6b
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, cmake, extra-cmake-modules, pkgconfig
|
{ stdenv, fetchurl, cmake, extra-cmake-modules, pkgconfig, mkDerivation
|
||||||
, gtk2, qtbase, qtsvg, qtx11extras # Toolkit dependencies
|
, gtk2, qtbase, qtsvg, qtx11extras # Toolkit dependencies
|
||||||
, karchive, kconfig, kconfigwidgets, kio, frameworkintegration
|
, karchive, kconfig, kconfigwidgets, kio, frameworkintegration
|
||||||
, kguiaddons, ki18n, kwindowsystem, kdelibs4support, kiconthemes
|
, kguiaddons, ki18n, kwindowsystem, kdelibs4support, kiconthemes
|
||||||
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
version = "1.9";
|
version = "1.9";
|
||||||
in stdenv.mkDerivation {
|
in mkDerivation {
|
||||||
name = "qtcurve-${version}";
|
name = "qtcurve-${version}";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://download.kde.org/stable/qtcurve/qtcurve-${version}.tar.xz";
|
url = "http://download.kde.org/stable/qtcurve/qtcurve-${version}.tar.xz";
|
||||||
|
Loading…
Reference in New Issue
Block a user