From 344c2fe7769f74bea5ee5af2a6b586d046f75ec5 Mon Sep 17 00:00:00 2001 From: Miranda Marquez Date: Sun, 7 Apr 2024 15:34:08 -0800 Subject: [PATCH] dev dependencies for hyperspeedcube. still doesnt build nor run... --- configuration.nix | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/configuration.nix b/configuration.nix index b7e76f6..b14ab72 100644 --- a/configuration.nix +++ b/configuration.nix @@ -154,6 +154,32 @@ vim emacs29-pgtk nfs-utils + devenv + cmake + fontconfig + harfbuzz + freetype + expat + glib + atk + gtk3 + pango + cairo + gdk-pixbuf + zlib + xorg.libxcb + libxkbcommon + libGL + wayland + vulkan-headers + vulkan-loader + cargo + gcc + gnumake + pkg-config + fontconfig + glibc + gobject-introspection ]; services.flatpak.enable = true;