Fixes resource compilation problems

Adds glib_build_tools crate, and adds glib (which provides glib-compile-*) to kifu-gtk.
This commit is contained in:
Savanni D'Gerinel 2023-04-04 12:25:22 -04:00
parent 829b300ca0
commit a8a9c49f02
3 changed files with 1191 additions and 1 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ target
.direnv/
node_modules
dist
result

View File

@ -63,6 +63,11 @@
gdk4-sys = standardOverride;
gsk4-sys = standardOverride;
gtk4-sys = standardOverride;
kifu-gtk = attrs: {
nativeBuildInputs = [
pkgs.glib
];
};
};
};
in {

File diff suppressed because it is too large Load Diff