tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
maeparser: refresh meta
authored by
Bobby Rong
and committed by
GitHub
3 years ago
dcd82ae5
832c7507
+3
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
maeparser
default.nix
+3
-1
pkgs/development/libraries/maeparser/default.nix
···
21
buildInputs = [ boost zlib ];
22
23
meta = with lib; {
24
-
description = "maestro file parser";
0
25
maintainers = [ maintainers.rmcgibbo ];
26
license = licenses.mit;
0
27
};
28
}
···
21
buildInputs = [ boost zlib ];
22
23
meta = with lib; {
24
+
homepage = "https://github.com/schrodinger/maeparser";
25
+
description = "Maestro file parser";
26
maintainers = [ maintainers.rmcgibbo ];
27
license = licenses.mit;
28
+
platforms = platforms.unix;
29
};
30
}