3
0
Fork 0
forked from mirrors/nixpkgs

falkon: use qt5's mkDerivation

See #65399
This commit is contained in:
rnhmjoj 2019-08-29 09:33:37 +02:00 committed by worldofpeace
parent b6d906732c
commit a39b763080

View file

@ -1,12 +1,13 @@
{ stdenv, lib, fetchFromGitHub, cmake, extra-cmake-modules, pkgconfig, qmake
{ stdenv, mkDerivation, lib, fetchFromGitHub
, cmake, extra-cmake-modules, pkgconfig, qmake
, libpthreadstubs, libxcb, libXdmcp
, qtsvg, qttools, qtwebengine, qtx11extras
, qtwayland
, kwallet
}:
stdenv.mkDerivation rec {
name = "falkon-${version}";
mkDerivation rec {
pname = "falkon";
version = "3.1.0";
src = fetchFromGitHub {