From 9179865491899b6863967e0265afc50bf35f1f84 Mon Sep 17 00:00:00 2001 From: Philip Kaludercic Date: Sat, 21 May 2022 13:31:24 +0200 Subject: [PATCH] Add GNU Guix manifest.scm --- manifest.scm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 manifest.scm diff --git a/manifest.scm b/manifest.scm new file mode 100644 index 0000000000..5dfc19941a --- /dev/null +++ b/manifest.scm @@ -0,0 +1,19 @@ +;; GNU Guix manifest for (Non)GNU ELPA +;; +;; This file specifies all the packages that are required for the ELPA +;; build system to function correctly. You can either use the "guix +;; shell" command to create an environment with everything prepared. + +(specifications->manifest + (list "bubblewrap" + "coreutils" + "emacs-minimal" + "git" + "grep" + "imagemagick" + "lzip" + "make" + "markdown" + "tar" + "texinfo")) + -- 2.36.1