Skip to content

Commit

Permalink
qutebrowser: don't use distutils
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Jul 12, 2024
1 parent 3e37f9d commit 60e0149
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ python3.pkgs.buildPythonApplication {
runHook preInstall
make -f misc/Makefile \
PYTHON=${python3.pythonOnBuildForHost.interpreter} \
PYTHON=${(python3.pythonOnBuildForHost.withPackages (ps: with ps; [ setuptools ])).interpreter} \
PREFIX=. \
DESTDIR="$out" \
DATAROOTDIR=/share \
Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33635,12 +33635,10 @@ with pkgs;

qutebrowser = callPackage ../applications/networking/browsers/qutebrowser {
inherit (__splicedPackages.qt6Packages) qtbase qtwebengine wrapQtAppsHook qtwayland;
python3 = python311;
};

qutebrowser-qt5 = callPackage ../applications/networking/browsers/qutebrowser {
inherit (__splicedPackages.libsForQt5) qtbase qtwebengine wrapQtAppsHook qtwayland;
python3 = python311;
};

qxw = callPackage ../applications/editors/qxw { };
Expand Down

0 comments on commit 60e0149

Please sign in to comment.