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
env.NIX_CFLAGS_COMPILE = "-Wno-error=format-truncation";
16
17
meta = with lib; {
18
-
description = "Dict protocol server and client";
19
-
maintainers = [ ];
20
-
platforms = platforms.linux;
0
21
};
22
}
···
15
env.NIX_CFLAGS_COMPILE = "-Wno-error=format-truncation";
16
17
meta = with lib; {
18
+
description = "Provides many low-level data structures which are helpful for writing compilers";
19
+
license = licenses.gpl2Plus;
20
+
maintainers = with maintainers; [ sikmir ];
21
+
platforms = platforms.unix;
22
};
23
}