skanlite: use qt5's mkDerivaiton

This commit is contained in:
worldofpeace 2020-01-17 13:51:57 -05:00
parent a1628d9805
commit 4b20959f99

View file

@ -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,
libksane
}:
let
minorVersion = "2.0";
in stdenv.mkDerivation rec {
in mkDerivation rec {
name = "skanlite-2.0.1";
src = fetchurl {