blob: 113bbd9e3ca03503ef34c22701e87fb5b2960d35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
;; GNU Guix development manifest. To create development environment, run
;;
;; guix shell
;;
;; or something like
;;
;; guix shell --pure --manifest=manifest.scm ...
(specifications->manifest
(list "ikiwiki"
"perl"
"perl-search-xapian"
"perl-text-markdown"
"perl-yaml-syck"
"texinfo"))
|