clipgrab: use qt5’s mkDerivation
This commit is contained in:
parent
2784331d15
commit
f39b94cb71
@ -1,9 +1,9 @@
|
|||||||
{ stdenv, fetchurl, makeDesktopItem, ffmpeg
|
{ stdenv, fetchurl, makeDesktopItem, ffmpeg
|
||||||
, qmake, qttools
|
, qmake, qttools, mkDerivation
|
||||||
, qtbase, qtdeclarative, qtlocation, qtquickcontrols2, qtwebchannel, qtwebengine
|
, qtbase, qtdeclarative, qtlocation, qtquickcontrols2, qtwebchannel, qtwebengine
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
mkDerivation rec {
|
||||||
name = "clipgrab-${version}";
|
name = "clipgrab-${version}";
|
||||||
version = "3.8.4";
|
version = "3.8.4";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user