skanlite: use qt5's mkDerivaiton
This commit is contained in:
parent
a1628d9805
commit
4b20959f99
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, cmake, extra-cmake-modules, qtbase,
|
{ stdenv, mkDerivation, fetchurl, cmake, extra-cmake-modules, qtbase,
|
||||||
kcoreaddons, kdoctools, ki18n, kio, kxmlgui, ktextwidgets,
|
kcoreaddons, kdoctools, ki18n, kio, kxmlgui, ktextwidgets,
|
||||||
libksane
|
libksane
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
minorVersion = "2.0";
|
minorVersion = "2.0";
|
||||||
in stdenv.mkDerivation rec {
|
in mkDerivation rec {
|
||||||
name = "skanlite-2.0.1";
|
name = "skanlite-2.0.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user