qutebrowser: don't use distutils

This commit is contained in:
Robert Schütz
2024-07-12 09:58:38 -07:00
parent 3e37f9d67e
commit 60e0149a16
2 changed files with 1 additions and 3 deletions
@@ -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 \
-2
View File
@@ -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 { };