Try adding clang to the build dependencies

This commit is contained in:
Savanni D'Gerinel 2023-04-02 15:56:09 -04:00
parent 2c1ea95f0f
commit b790d25334
1 changed files with 3 additions and 0 deletions

View File

@ -53,6 +53,7 @@
pkgs.wrapGAppsHook4 pkgs.wrapGAppsHook4
pkgs.gtk4 pkgs.gtk4
pkgs.glib pkgs.glib
pkgs.clang
]; ];
}; };
graphene-sys = attrs: { graphene-sys = attrs: {
@ -61,6 +62,7 @@
pkgs.wrapGAppsHook4 pkgs.wrapGAppsHook4
pkgs.gtk4 pkgs.gtk4
pkgs.glib pkgs.glib
pkgs.clang
]; ];
}; };
cairo-sys = attrs: { cairo-sys = attrs: {
@ -69,6 +71,7 @@
pkgs.wrapGAppsHook4 pkgs.wrapGAppsHook4
pkgs.gtk4 pkgs.gtk4
pkgs.glib pkgs.glib
pkgs.clang
]; ];
}; };
}; };