tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
libmaa: enable on darwin
Nikolay Korotkiy
2 years ago
cd4b9629
f802f6d1
+4
-3
1 changed file
expand all
collapse all
unified
split
pkgs
servers
dict
libmaa.nix
+4
-3
pkgs/servers/dict/libmaa.nix
···
15
15
env.NIX_CFLAGS_COMPILE = "-Wno-error=format-truncation";
16
16
17
17
meta = with lib; {
18
18
-
description = "Dict protocol server and client";
19
19
-
maintainers = [ ];
20
20
-
platforms = platforms.linux;
18
18
+
description = "Provides many low-level data structures which are helpful for writing compilers";
19
19
+
license = licenses.gpl2Plus;
20
20
+
maintainers = with maintainers; [ sikmir ];
21
21
+
platforms = platforms.unix;
21
22
};
22
23
}