mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
utahfs: remove
This commit is contained in:
parent
5e76c1a526
commit
327def423f
@ -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;
|
||||
};
|
||||
}
|
@ -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
|
||||
|
||||
|
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user