parent
b6d906732c
commit
a39b763080
@ -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
|
, libpthreadstubs, libxcb, libXdmcp
|
||||||
, qtsvg, qttools, qtwebengine, qtx11extras
|
, qtsvg, qttools, qtwebengine, qtx11extras
|
||||||
, qtwayland
|
, qtwayland
|
||||||
, kwallet
|
, kwallet
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
mkDerivation rec {
|
||||||
name = "falkon-${version}";
|
pname = "falkon";
|
||||||
version = "3.1.0";
|
version = "3.1.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user