···
, libpthreadstubs, libxcb, libXdmcp, qtsvg, qttools, qtwebengine, qtx11extras, kwallet, openssl }:
stdenv.mkDerivation rec {
5
-
# Last qupvilla release is 2.1.2 so we add the .1 although it isn't actually a
6
-
# release but it is basically 2.1.2 with the falkon name
5
+
# KDE hasn't made a release of falkon yet so we just track git for now which is
6
+
# based on the most recent release of qupzilla
7
+
# This wip version is 2.1.99 so we add the .1
name = "falkon-${version}.1";
13
-
rev = "eecaf2e9d6b572a7f7d2e6dc324e3d79b61c31db";
14
-
sha256 = "01r5aw10jd0qz7xvad0cqzjbnsj7vwblh54wbq4x1m6xbkp6xcgy";
14
+
rev = "dd3c570c41b4b3d0ad17202b78bf14cf1ac56495";
15
+
sha256 = "07d40cpckaprj74mr06k3mfriwb471bdmq60smls34y62ss55q9d";
···
export GNOME_INTEGRATION=false
export FALKON_PREFIX=$out
24
-
dontUseCmakeConfigure = true;
libpthreadstubs libxcb libXdmcp
···
nativeBuildInputs = [ cmake extra-cmake-modules pkgconfig qmake qttools ];
34
-
# on 2.1.2: RCC: Error in 'autoscroll.qrc': Cannot find file 'locale/ar_SA.qm'
35
-
enableParallelBuilding = false;
33
+
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "QtWebEngine based cross-platform web browser";
···
maintainers = with maintainers; [ peterhoeg ];
platforms = platforms.unix;