aboutsummaryrefslogtreecommitdiff
path: root/manifest.scm
diff options
context:
space:
mode:
authorSamuel Fadel <samuel@nihil.ws>2023-05-23 11:22:33 +0200
committerSamuel Fadel <samuel@nihil.ws>2023-05-23 11:22:33 +0200
commit0f34fd437efb936ef29ac91186321aa7251fbfb1 (patch)
tree271e994828f4bb19c35b2630f2705cb64b8d4552 /manifest.scm
parentbedf6936885694688ddb8bd3452f6bd68ef8d29c (diff)
Massive changes in initial port away from Qt.
Diffstat (limited to 'manifest.scm')
-rw-r--r--manifest.scm23
1 files changed, 23 insertions, 0 deletions
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))