added a manifest.scm for use with guix
This commit is contained in:
parent
1a40b07b19
commit
1ab50cc41b
19
manifest.scm
Normal file
19
manifest.scm
Normal file
@ -0,0 +1,19 @@
|
||||
;; 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"))
|
Loading…
x
Reference in New Issue
Block a user