backintime-common: migrate to by-name
This commit is contained in:
+4
-6
@@ -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'}" ];
|
||||
@@ -9895,10 +9895,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 {
|
||||
|
||||
Reference in New Issue
Block a user