summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorGravatar Tom Willemse2025-09-02 15:22:16 -0700
committerGravatar Tom Willemse2025-09-02 15:35:56 -0700
commit7072a84140fbe9f023caf57f8085fe9021acb176 (patch)
treee51faf4854f48fe38b90f0106c4341136f00b424
parentcff6fab1b53aeb7714d336c1abfd130a8df3d1f7 (diff)
downloadxkbcat-master.tar.gz
xkbcat-master.zip
Add guix manifestHEADmaster
This can be used with ‘guix shell --manifest=manifest.scm’ to get a ready-to-go build environment with all required dependencies.
-rw-r--r--manifest.scm6
1 files changed, 6 insertions, 0 deletions
diff --git a/manifest.scm b/manifest.scm
new file mode 100644
index 0000000..0589a4e
--- /dev/null
+++ b/manifest.scm
@@ -0,0 +1,6 @@
+(packages->manifest
+ (map specification->package
+ (list "gcc-toolchain"
+ "libx11"
+ "libxi"
+ "make")))