tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
gir-rs: set meta.mainProgram
figsoda
4 years ago
e878a508
06bb6325
+1
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
gir
default.nix
+1
pkgs/development/tools/gir/default.nix
reviewed
···
19
19
homepage = "https://github.com/gtk-rs/gir/";
20
20
license = with licenses; [ mit ];
21
21
maintainers = with maintainers; [ ekleog ];
22
22
+
mainProgram = "gir";
22
23
};
23
24
}