tipp10: move to by-name
This commit is contained in:
@@ -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 = {
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user