Skip to content

Commit

Permalink
Added `manifest.scm' file for Guix users.
Browse files Browse the repository at this point in the history
Generated from the following: `guix shell --export-manifest -D guile autoconf
automake make pkg-config guile'.
  • Loading branch information
lee-thomp committed Jun 26, 2024
1 parent 05ce74c commit ea1c136
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions manifest.scm
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
;; 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.

(concatenate-manifests
(list (specifications->manifest
(list "autoconf"
"automake"
"make"
"pkg-config"
"guile"))
(package->development-manifest
(specification->package "guile"))))

0 comments on commit ea1c136

Please sign in to comment.