vokoscreen: use qt5's mkDerivation

This commit is contained in:
David McKay 2019-08-02 13:58:00 +01:00
parent 9a341cd3be
commit 0a54b3eeb0
No known key found for this signature in database
GPG Key ID: B924CD90D2505E22

View File

@ -1,9 +1,9 @@
{ stdenv, fetchFromGitHub
{ stdenv, fetchFromGitHub, mkDerivation
, pkgconfig, qtbase, qttools, qmake, qtmultimedia, qtx11extras, alsaLib, libv4l, libXrandr
, ffmpeg
}:
stdenv.mkDerivation rec {
mkDerivation rec {
pname = "vokoscreen";
version = "2.5.8-beta";