mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #325773 from azahi/qutebrowser-distutils
This commit is contained in:
commit
50dc918cfe
1 changed files with 2 additions and 0 deletions
|
@ -33672,10 +33672,12 @@ 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 { };
|
||||
|
|
Loading…
Reference in a new issue