openwrt-auto-extroot/manifest.scm

20 lines
454 B
Scheme
Raw Normal View History

2023-10-23 00:05:00 +02:00
;; This is the complete list of Guix packages necessary for building.
;;
;; The following shell command will run the tests:
;;
;; guix shell -m manifest.scm --pure -- ./build.sh ath79 generic tplink_tl-wdr4300-v1
;;
;; TODO ...ideally. some dependencies are not listed, and it fails when using --pure
(specifications->manifest
'("coreutils"
"bash"
"make"
"perl"
"gcc-toolchain"
"git"
"git:gui"
;; "man-pages"
"less"
"time"))