Skip to content

Commit

Permalink
qutebrowser-qt5: replace qt5.qutebrowser
Browse files Browse the repository at this point in the history
Applications don't belong in the qt5 scope.
  • Loading branch information
dotlambda committed Nov 7, 2023
1 parent 0d93ec6 commit 67cd0f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkgs/development/libraries/qt-5/5.15/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,5 @@ let
if stdenv.buildPlatform == stdenv.hostPlatform
then bootstrapScope.qttranslations
else null;
qutebrowser = final.callPackage ../../../../applications/networking/browsers/qutebrowser { };
});
in finalScope
4 changes: 4 additions & 0 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35047,6 +35047,10 @@ with pkgs;
inherit (qt6Packages) qtbase qtwebengine wrapQtAppsHook qtwayland;
};

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

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

rabbitvcs = callPackage ../applications/version-management/rabbitvcs { };
Expand Down

0 comments on commit 67cd0f1

Please sign in to comment.