pkgs/tools/backup: remove dead code

with the help of deadnix & nil

figsoda 72948e9f 9a1074ae

+4 -12
+1 -1
pkgs/tools/backup/bupstash/default.nix
··· 1 - { stdenv, lib, fetchFromGitHub, installShellFiles, rustPlatform, ronn, pkg-config, libsodium }: 1 + { lib, fetchFromGitHub, installShellFiles, rustPlatform, ronn, pkg-config, libsodium }: 2 2 rustPlatform.buildRustPackage rec { 3 3 pname = "bupstash"; 4 4 version = "0.12.0";
-1
pkgs/tools/backup/discordchatexporter-cli/default.nix
··· 1 1 { lib 2 2 , buildDotnetModule 3 3 , fetchFromGitHub 4 - , dotnetCorePackages 5 4 , testers 6 5 , discordchatexporter-cli 7 6 }:
-3
pkgs/tools/backup/duplicity/default.nix
··· 1 1 { lib, stdenv 2 2 , fetchFromGitLab 3 - , fetchpatch 4 3 , python3 5 4 , librsync 6 5 , ncftp ··· 14 13 }: 15 14 let 16 15 pythonPackages = python3.pkgs; 17 - inherit (lib.versions) majorMinor splitVersion; 18 - majorMinorPatch = v: builtins.concatStringsSep "." (lib.take 3 (splitVersion v)); 19 16 in 20 17 pythonPackages.buildPythonApplication rec { 21 18 pname = "duplicity";
-2
pkgs/tools/backup/gphotos-sync/default.nix
··· 1 1 { lib 2 - , pkgs 3 2 , fetchFromGitHub 4 - , fetchpatch 5 3 , python3 6 4 , ffmpeg 7 5 }:
+1 -1
pkgs/tools/backup/restic/rest-server.nix
··· 1 - { lib, buildGoModule, fetchFromGitHub, fetchpatch }: 1 + { lib, buildGoModule, fetchFromGitHub }: 2 2 3 3 buildGoModule rec { 4 4 pname = "restic-rest-server";
+1 -1
pkgs/tools/backup/tarsnap/default.nix
··· 1 - { lib, stdenv, fetchurl, openssl, zlib, e2fsprogs, bash, bzip2 }: 1 + { lib, stdenv, fetchurl, openssl, zlib, e2fsprogs, bzip2 }: 2 2 3 3 let 4 4 zshCompletion = fetchurl {
+1 -1
pkgs/tools/backup/zbackup/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, fetchpatch 1 + { lib, stdenv, fetchFromGitHub 2 2 , cmake, protobufc 3 3 , libunwind, lzo, openssl, protobuf, zlib 4 4 }:
-1
pkgs/tools/backup/zfsbackup/default.nix
··· 1 1 { lib 2 2 , buildGoModule 3 3 , fetchFromGitHub 4 - , zfs 5 4 }: 6 5 7 6 buildGoModule rec {
-1
pkgs/tools/backup/zrepl/default.nix
··· 4 4 , makeWrapper 5 5 , nixosTests 6 6 , openssh 7 - , fetchpatch 8 7 }: 9 8 buildGoModule rec { 10 9 pname = "zrepl";