tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
umurmur: remove with lib
kyehn
7 months ago
9a007c1f
68cf10a9
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
um
umurmur
package.nix
+3
-3
pkgs/by-name/um/umurmur/package.nix
reviewed
···
38
38
};
39
39
};
40
40
41
41
-
meta = with lib; {
41
41
+
meta = {
42
42
description = "Minimalistic Murmur (Mumble server)";
43
43
-
license = licenses.bsd3;
43
43
+
license = lib.licenses.bsd3;
44
44
homepage = "https://github.com/umurmur/umurmur";
45
45
-
platforms = platforms.all;
45
45
+
platforms = lib.platforms.all;
46
46
# never built on aarch64-darwin since first introduction in nixpkgs
47
47
broken = stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64;
48
48
maintainers = with lib.maintainers; [ _3JlOy-PYCCKUi ];