utahfs: remove

This commit is contained in:
Aaron Jheng 2023-09-29 06:30:39 +00:00 committed by Anderson Torres
parent 5e76c1a526
commit 327def423f
3 changed files with 1 additions and 27 deletions

View File

@ -1,25 +0,0 @@
{ buildGoPackage, lib, fetchFromGitHub }:
buildGoPackage rec {
pname = "utahfs";
version = "1.0";
src = fetchFromGitHub {
owner = "cloudflare";
repo = pname;
rev = "v${version}";
sha256 = "1hpwch5fsqlxwpk5afawa1k5s0bx5c1cw0hvdllp7257lgly19fb";
};
goPackagePath = "github.com/cloudflare/utahfs";
meta = with lib; {
homepage = "https://github.com/cloudflare/utahfs";
description =
"Encrypted storage system that provides a user-friendly FUSE drive backed by cloud storage";
license = licenses.bsd3;
maintainers = [ maintainers.snglth ];
platforms = platforms.unix;
# does not build with go 1.17: https://github.com/cloudflare/utahfs/issues/46
broken = true;
};
}

View File

@ -1847,6 +1847,7 @@ mapAliases ({
urxvt_vtwheel = rxvt-unicode-plugins.vtwheel; # Added 2020-02-02
usb_modeswitch = throw "'usb_modeswitch' has been renamed to/replaced by 'usb-modeswitch'"; # Converted to throw 2022-02-22
usbguard-nox = throw "'usbguard-nox' has been renamed to/replaced by 'usbguard'"; # Converted to throw 2023-09-10
utahfs = throw "utahfs has been removed, as it is broken and lack of maintenance from upstream"; # Added 2023-09-29
util-linuxCurses = util-linux; # Added 2022-04-12
utillinux = util-linux; # Added 2020-11-24

View File

@ -7830,8 +7830,6 @@ with pkgs;
vt-cli = callPackage ../tools/security/vt-cli { };
utahfs = callPackage ../applications/networking/utahfs { };
wakeonlan = callPackage ../tools/networking/wakeonlan { };
wallutils = callPackage ../tools/graphics/wallutils { };