added a manifest.scm for use with guix

This commit is contained in:
Attila Lendvai 2023-10-23 00:05:00 +02:00
parent 1a40b07b19
commit 1ab50cc41b
No known key found for this signature in database
GPG Key ID: FEFA9FE55CF6E3CD

19
manifest.scm Normal file
View 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"))