Loading pkgs/applications/networking/browsers/qutebrowser/default.nix +1 −5 Original line number Diff line number Diff line Loading @@ -12,7 +12,6 @@ , widevine-cdm , enableVulkan ? stdenv.isLinux , vulkan-loader , buildPackages }: let Loading Loading @@ -56,10 +55,7 @@ python3.pkgs.buildPythonApplication { # scripts and userscripts libs tldextract beautifulsoup4 readability-lxml pykeepass ] ++ lib.optionals ((builtins.tryEval stem.outPath).success) [ # error: stem-1.8.2 not supported for interpreter python3.11 stem ] ++ [ pynacl # extensive ad blocking adblock Loading @@ -86,7 +82,7 @@ python3.pkgs.buildPythonApplication { runHook preInstall make -f misc/Makefile \ PYTHON=${buildPackages.python3}/bin/python3 \ PYTHON=${python3.pythonOnBuildForHost.interpreter} \ PREFIX=. \ DESTDIR="$out" \ DATAROOTDIR=/share \ Loading Loading
pkgs/applications/networking/browsers/qutebrowser/default.nix +1 −5 Original line number Diff line number Diff line Loading @@ -12,7 +12,6 @@ , widevine-cdm , enableVulkan ? stdenv.isLinux , vulkan-loader , buildPackages }: let Loading Loading @@ -56,10 +55,7 @@ python3.pkgs.buildPythonApplication { # scripts and userscripts libs tldextract beautifulsoup4 readability-lxml pykeepass ] ++ lib.optionals ((builtins.tryEval stem.outPath).success) [ # error: stem-1.8.2 not supported for interpreter python3.11 stem ] ++ [ pynacl # extensive ad blocking adblock Loading @@ -86,7 +82,7 @@ python3.pkgs.buildPythonApplication { runHook preInstall make -f misc/Makefile \ PYTHON=${buildPackages.python3}/bin/python3 \ PYTHON=${python3.pythonOnBuildForHost.interpreter} \ PREFIX=. \ DESTDIR="$out" \ DATAROOTDIR=/share \ Loading