lenovo-legion: move to by-name

This commit is contained in:
Aliaksandr
2026-01-31 23:20:50 +02:00
parent e6b1c1cd5b
commit 437fe2ff48
2 changed files with 3 additions and 6 deletions
@@ -2,10 +2,9 @@
lib,
fetchFromGitHub,
libxcb,
wrapQtAppsHook,
python3,
nix-update-script,
qtbase,
qt6,
}:
python3.pkgs.buildPythonApplication rec {
@@ -24,12 +23,12 @@ python3.pkgs.buildPythonApplication rec {
build-system = with python3.pkgs; [
setuptools
wrapQtAppsHook
qt6.wrapQtAppsHook
];
dependencies = with python3.pkgs; [
pyqt6
qtbase
qt6.qtbase
argcomplete
pillow
pyyaml
-2
View File
@@ -10350,8 +10350,6 @@ with pkgs;
lemonbar-xft = callPackage ../applications/window-managers/lemonbar/xft.nix { };
lenovo-legion = qt6Packages.callPackage ../os-specific/linux/lenovo-legion/app.nix { };
libreoffice-bin = callPackage ../applications/office/libreoffice/darwin { };
libreoffice = hiPrio libreoffice-still;