gir-rs: init at 2019-10-16

This commit is contained in:
Léo Gaspard 2019-10-20 21:57:53 +02:00
parent f8ef6e5f7d
commit 0cc52485e2
No known key found for this signature in database
GPG key ID: 771E7AD1170FE690
2 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,23 @@
{ stdenv, fetchFromGitHub, rustPlatform }:
rustPlatform.buildRustPackage rec {
pname = "gir";
version = "2019-10-16";
src = fetchFromGitHub {
owner = "gtk-rs";
repo = "gir";
rev = "241d790085a712db7436c5c25b210ccb7d1a08d5";
sha256 = "1kn5kgdma9j6dwpmv6jmydak7ajlgdkw9sfkh3q7h8c2a8yikvxr";
};
cargoSha256 = "1ybd9h2f13fxmnkzbacd39rcyzjcjd2ra52y8kncg1s0dc0m8rjb";
meta = with stdenv.lib; {
description = "Tool to generate rust bindings and user API for glib-based libraries";
homepage = https://github.com/gtk-rs/gir/;
license = with licenses; [ mit ];
maintainers = with maintainers; [ ekleog ];
platforms = platforms.all;
};
}

View file

@ -1697,6 +1697,8 @@ in
gif-for-cli = callPackage ../tools/misc/gif-for-cli { };
gir-rs = callPackage ../development/tools/gir { };
gist = callPackage ../tools/text/gist { };
gixy = callPackage ../tools/admin/gixy { };