backintime-common: migrate to by-name (#485106)

This commit is contained in:
Gergő Gutyina
2026-02-12 02:05:12 +00:00
committed by GitHub
3 changed files with 4 additions and 10 deletions
@@ -8,9 +8,7 @@
su,
coreutils,
util-linux,
wrapQtAppsHook,
qtbase,
qtwayland,
qt6,
}:
let
@@ -36,12 +34,12 @@ stdenv.mkDerivation {
buildInputs = [
python'
backintime-common
qtbase
qtwayland
qt6.qtbase
qt6.qtwayland
];
nativeBuildInputs = backintime-common.nativeBuildInputs or [ ] ++ [
wrapQtAppsHook
qt6.wrapQtAppsHook
];
configureFlags = [ "--python=${lib.getExe python'}" ];
-4
View File
@@ -9571,10 +9571,6 @@ with pkgs;
awesomebump = libsForQt5.callPackage ../applications/graphics/awesomebump { };
backintime-common = callPackage ../applications/networking/sync/backintime/common.nix { };
backintime-qt = qt6.callPackage ../applications/networking/sync/backintime/qt.nix { };
backintime = backintime-qt;
bespokesynth-with-vst2 = bespokesynth.override {