From 0f34fd437efb936ef29ac91186321aa7251fbfb1 Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Tue, 23 May 2023 11:22:33 +0200 Subject: Massive changes in initial port away from Qt. --- manifest.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 manifest.scm (limited to 'manifest.scm') diff --git a/manifest.scm b/manifest.scm new file mode 100644 index 0000000..2493f02 --- /dev/null +++ b/manifest.scm @@ -0,0 +1,23 @@ +(use-modules (guix packages) + (gnu packages cmake) + (gnu packages commencement) + (gnu packages gdb) + (gnu packages gl) + (gnu packages maths) + (gnu packages pkg-config) + (gnu packages xdisorg) + (gnu packages xorg)) + +(packages->manifest + (list + armadillo + cmake + egl-wayland + gcc-toolchain + gdb + glew + glfw + gnu-make + libxkbcommon + mesa + pkg-config)) -- cgit v1.2.3