Commit 327def42 authored by Aaron Jheng's avatar Aaron Jheng Committed by Anderson Torres
Browse files

utahfs: remove

parent 5e76c1a5
Loading
Loading
Loading
Loading
+0 −25
Original line number Diff line number Diff line
{ 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;
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -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

+0 −2
Original line number Diff line number Diff line
@@ -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 { };