27 export NONBLOCK_JS_DIALOGS=true
28 export KDE_INTEGRATION=true
29 export GNOME_INTEGRATION=false
30 export FALKON_PREFIX=$out
45 ] ++ lib.optionals stdenv.hostPlatform.isLinux [ qtwayland ];
56 description = "QtWebEngine based cross-platform web browser";
57 mainProgram = "falkon";
58 homepage = "https://www.falkon.org";
59 license = licenses.gpl3;
60 maintainers = with maintainers; [ peterhoeg ];
61 platforms = platforms.unix;