[Nix-dev] how to add buildInput with derivation

Stefan Huchler stefan.huchler at mail.de
Wed Nov 9 00:50:48 CET 2016


Bjørn Forsman <bjorn.forsman at 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"



More information about the nix-dev mailing list