webcamoid: migrate to Qt5.15

rewrite without stdenv
This commit is contained in:
freezeboy
2020-11-20 22:24:21 +01:00
parent 9ea55b4fb5
commit 032bd0fd13
2 changed files with 3 additions and 3 deletions
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, pkgconfig, libxcb, mkDerivation, qmake
{ lib, fetchFromGitHub, pkgconfig, libxcb, mkDerivation, qmake
, qtbase, qtdeclarative, qtquickcontrols, qtquickcontrols2
, ffmpeg-full, gst_all_1, libpulseaudio, alsaLib, jack2
, v4l-utils }:
@@ -29,7 +29,7 @@ mkDerivation rec {
"INSTALLQMLDIR=${placeholder "out"}/lib/qt/qml"
];
meta = with stdenv.lib; {
meta = with lib; {
description = "Webcam Capture Software";
longDescription = "Webcamoid is a full featured and multiplatform webcam suite.";
homepage = "https://github.com/webcamoid/webcamoid/";
+1 -1
View File
@@ -24376,7 +24376,7 @@ in
wayvnc = callPackage ../applications/networking/remote/wayvnc { };
webcamoid = libsForQt514.callPackage ../applications/video/webcamoid { };
webcamoid = libsForQt5.callPackage ../applications/video/webcamoid { };
webmacs = libsForQt5.callPackage ../applications/networking/browsers/webmacs {};