albert: move to pkgs/by-name (#340556)

This commit is contained in:
lassulus 2024-09-08 19:54:20 +01:00 committed by GitHub
commit 8588b1599e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 18 deletions

View File

@ -2,19 +2,12 @@
lib,
stdenv,
fetchFromGitHub,
qt6,
cmake,
libqalculate,
muparser,
libarchive,
python3Packages,
qtbase,
qtscxml,
qtsvg,
qtdeclarative,
qtwayland,
qt5compat,
qttools,
wrapQtAppsHook,
nix-update-script,
pkg-config,
}:
@ -34,7 +27,7 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [
cmake
pkg-config
wrapQtAppsHook
qt6.wrapQtAppsHook
];
buildInputs =
@ -42,13 +35,13 @@ stdenv.mkDerivation (finalAttrs: {
libqalculate
libarchive
muparser
qtbase
qtscxml
qtsvg
qtdeclarative
qtwayland
qt5compat
qttools
qt6.qtbase
qt6.qtscxml
qt6.qtsvg
qt6.qtdeclarative
qt6.qtwayland
qt6.qt5compat
qt6.qttools
]
++ (with python3Packages; [
python

View File

@ -1623,8 +1623,6 @@ with pkgs;
inherit (recurseIntoAttrs (callPackage ../tools/package-management/akku { }))
akku akkuPackages;
albert = qt6Packages.callPackage ../applications/misc/albert { };
alice-lg = callPackage ../servers/alice-lg{ };
alice-tools = callPackage ../tools/games/alice-tools {