mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 13:16:40 +03:00
btrfs-dedupe: remove broken and abandoned package
This package was last released in 2017, and no longer compiles with the latest Rust compiler. It has just 1 commit from someone other than the original author and appears to be a dead project.
This commit is contained in:
parent
3f22f3a044
commit
27a0a1376b
@ -1,29 +0,0 @@
|
||||
{ stdenv, fetchurl, rustPlatform, lzo, zlib }:
|
||||
|
||||
with rustPlatform;
|
||||
|
||||
buildRustPackage rec {
|
||||
pname = "btrfs-dedupe";
|
||||
version = "1.1.0";
|
||||
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://gitlab.wellbehavedsoftware.com/well-behaved-software/btrfs-dedupe/repository/archive.tar.bz2?ref=72c6a301d20f935827b994db210bf0a1e121273a";
|
||||
sha256 = "0qy1g4crhfgs2f5cmrsjv6qscg3r66gb8n6sxhimm9ksivhjyyjp";
|
||||
};
|
||||
|
||||
# Delete this on next update; see #79975 for details
|
||||
legacyCargoFetcher = true;
|
||||
|
||||
cargoSha256 = "1sz3fswb76rnk7x4kpl1rnj2yxbhpx6q8kv8xxiqdr7qyphpi98r";
|
||||
|
||||
buildInputs = [ lzo zlib ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://gitlab.wellbehavedsoftware.com/well-behaved-software/btrfs-dedupe;
|
||||
description = "BTRFS deduplication utility";
|
||||
license = licenses.mit;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
maintainers = with maintainers; [ ikervagyok ];
|
||||
};
|
||||
}
|
@ -1293,8 +1293,6 @@ in
|
||||
|
||||
btrfs-progs = callPackage ../tools/filesystems/btrfs-progs { };
|
||||
|
||||
btrfs-dedupe = callPackage ../tools/filesystems/btrfs-dedupe {};
|
||||
|
||||
btrbk = callPackage ../tools/backup/btrbk {
|
||||
asciidoc = asciidoc-full;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user