tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
openbangla-keyboard: fix meta
éclairevoyant
2 years ago
ace5f036
63aa37c3
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
openbangla-keyboard
default.nix
+4
-4
pkgs/applications/misc/openbangla-keyboard/default.nix
···
68
68
--replace "/usr" "$out"
69
69
'';
70
70
71
71
-
meta = with lib; {
71
71
+
meta = {
72
72
description = "An OpenSource, Unicode compliant Bengali Input Method";
73
73
homepage = "https://openbangla.github.io/";
74
74
-
license = licenses.gpl3Plus;
75
75
-
maintainers = with maintainers; [ hqurve ];
76
76
-
platforms = platforms.linux;
74
74
+
license = lib.licenses.gpl3Plus;
75
75
+
maintainers = with lib.maintainers; [ eclairevoyant hqurve ];
76
76
+
platforms = lib.platforms.linux;
77
77
# never built on aarch64-linux since first introduction in nixpkgs
78
78
broken = stdenv.isLinux && stdenv.isAarch64;
79
79
};