Unverified Commit 437fe2ff authored by Aliaksandr's avatar Aliaksandr
Browse files

lenovo-legion: move to by-name

parent e6b1c1cd
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -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
+0 −2
Original line number Diff line number Diff line
@@ -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;