clipgrab: use qt5’s mkDerivation

This commit is contained in:
Marek Mahut 2019-08-18 13:59:27 +02:00
parent 2784331d15
commit f39b94cb71

View File

@ -1,9 +1,9 @@
{ stdenv, fetchurl, makeDesktopItem, ffmpeg
, qmake, qttools
, qmake, qttools, mkDerivation
, qtbase, qtdeclarative, qtlocation, qtquickcontrols2, qtwebchannel, qtwebengine
}:
stdenv.mkDerivation rec {
mkDerivation rec {
name = "clipgrab-${version}";
version = "3.8.4";