mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-07 14:00:59 +03:00
utahfs: mark as broken
This commit is contained in:
parent
caa2b2ee68
commit
0ec34d4cd1
@ -19,5 +19,7 @@ buildGoPackage rec {
|
||||
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;
|
||||
};
|
||||
}
|
||||
|
@ -5486,9 +5486,7 @@ with pkgs;
|
||||
|
||||
vowpal-wabbit = callPackage ../applications/science/machine-learning/vowpal-wabbit { };
|
||||
|
||||
utahfs = callPackage ../applications/networking/utahfs {
|
||||
buildGoPackage = buildGo116Package;
|
||||
};
|
||||
utahfs = callPackage ../applications/networking/utahfs { };
|
||||
|
||||
wakeonlan = callPackage ../tools/networking/wakeonlan { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user