tipp10: move to by-name

This commit is contained in:
Aliaksandr
2026-02-10 02:05:31 +02:00
parent 83f0c0a1b9
commit f072d6644f
2 changed files with 5 additions and 10 deletions
@@ -3,10 +3,7 @@
cmake,
lib,
fetchFromGitLab,
qtmultimedia,
qttools,
qtwayland,
wrapQtAppsHook,
qt6,
}:
stdenv.mkDerivation rec {
@@ -22,12 +19,12 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
cmake
qttools
wrapQtAppsHook
qt6.qttools
qt6.wrapQtAppsHook
];
buildInputs = [
qtmultimedia
qtwayland
qt6.qtmultimedia
qt6.qtwayland
];
meta = {
-2
View File
@@ -11124,8 +11124,6 @@ with pkgs;
timeshift-minimal
;
tipp10 = qt6.callPackage ../applications/misc/tipp10 { };
tlp = callPackage ../tools/misc/tlp {
inherit (linuxPackages) x86_energy_perf_policy;
};