From abe82b9532f0fa5dca160f1929e6bca62ce2d007 Mon Sep 17 00:00:00 2001 From: TakeV Date: Thu, 6 Jul 2023 22:28:28 -0700 Subject: [PATCH] Add helper autoconfig script and manifest.scm --- bootstrap.sh | 3 +++ manifest.scm | 5 +++++ 2 files changed, 8 insertions(+) create mode 100755 bootstrap.sh create mode 100644 manifest.scm diff --git a/bootstrap.sh b/bootstrap.sh new file mode 100755 index 0000000..872167c --- /dev/null +++ b/bootstrap.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +autoreconf -vif diff --git a/manifest.scm b/manifest.scm new file mode 100644 index 0000000..07242e4 --- /dev/null +++ b/manifest.scm @@ -0,0 +1,5 @@ +;; What follows is a "manifest" equivalent to the command line you gave. +;; You can store it in a file that you may then pass to any 'guix' command +;; that accepts a '--manifest' (or '-m') option. + +(specifications->manifest (list "tor"))