We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 05ce74c + ea1c136 commit bb8b258Copy full SHA for bb8b258
manifest.scm
@@ -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