Skip to content

Commit

Permalink
qutebrowser: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Nov 6, 2023
1 parent 4e5e157 commit 2c6991d
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
, widevine-cdm
, enableVulkan ? stdenv.isLinux
, vulkan-loader
, buildPackages
}:

let
Expand Down Expand Up @@ -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
Expand All @@ -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 \
Expand Down

0 comments on commit 2c6991d

Please sign in to comment.