Bjørn Forsman <bjorn.fors...@gmail.com> writes:

> Try
>
>   packageOverrides = pkgs: rec {
>     qutebrowser = pkgs.qutebrowser.overrideDerivation (oldAttrs: rec {
>       nativeBuildInputs = oldAttrs.nativeBuildInputs ++ [
>         pkgs.qt5.qtwebengine
>       ];
>     });
>   };

Thanks,

yes at least the syntax is fine, but sadly does not change anything.

I cant even import qtengine manualy with the installed python (3.5)
interpreter.

not with

import qtwebengine  or
import webengine   or
import QtWebEngine 5.7 or
import QtWebEngine

and qutebrowser also tells me taht I should install qtwebengine when I
try to start it with "--backend webengine"

_______________________________________________
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev

Reply via email to