21 lines
863 B
Scheme
21 lines
863 B
Scheme
(list
|
|
'((#:name . "bbbsd")
|
|
(#:load-path-inputs . ("guix"))
|
|
(#:package-path-inputs . "bbbsd")
|
|
(#:proc-input . "guix")
|
|
(#:proc-file . "build-aux/cuirass/gnu-system.scm")
|
|
(#:proc . cuirass-jobs)
|
|
(#:proc-args . ((subset . "manifests")
|
|
(systems . "x86_64-linux")
|
|
(manifests . (("config" . "guix/manifest.scm")))))
|
|
(#:inputs . (((#:name . "guix")
|
|
(#:url . "git://git.savannah.gnu.org/guix.git")
|
|
(#:load-path . ".")
|
|
(#:branch . "master")
|
|
(#:no-compile? . #t))
|
|
((#:name . "bbbsd")
|
|
(#:url . "https://git.bonerbonerboner.com/boner-boner-boner/bbbsd.git")
|
|
(#:load-path . ".")
|
|
(#:branch . "master")
|
|
(#:no-compile? . #t))))))
|