update-guix-package #1

Merged
vv merged 6 commits from :update-guix-package into main 2023-07-07 08:32:11 +00:00
2 changed files with 8 additions and 0 deletions
Showing only changes of commit abe82b9532 - Show all commits

3
bootstrap.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
autoreconf -vif

5
manifest.scm Normal file
View file

@ -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"))