abbith/guix/cuirass-specs.scm

21 lines
863 B
Scheme
Raw Normal View History

2020-08-16 12:31:18 -04:00
(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))))))