Skip to content

Commit bb8b258

Browse files
authored
Merge pull request #89 from lee-thomp/guix-manifest
Added `manifest.scm` file for Guix users.
2 parents 05ce74c + ea1c136 commit bb8b258

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

manifest.scm

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
;; What follows is a "manifest" equivalent to the command line you gave.
2+
;; You can store it in a file that you may then pass to any 'guix' command
3+
;; that accepts a '--manifest' (or '-m') option.
4+
5+
(concatenate-manifests
6+
(list (specifications->manifest
7+
(list "autoconf"
8+
"automake"
9+
"make"
10+
"pkg-config"
11+
"guile"))
12+
(package->development-manifest
13+
(specification->package "guile"))))

0 commit comments

Comments
 (0)