aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
blob: cb774bc737f8709cc80e1eebaf6cb94d8e152d08 (about) (plain)
1
2
3
4
5
#!/bin/sh
# Create the build system.

set -e -x
exec autoreconf -vfi
"guix"))) (package/inherit guix ;; Replace with non-minimal Graphviz for PDF support. (native-inputs (modify-inputs (package-native-inputs guix) (replace "graphviz" (specification->package "graphviz"))))))) ;; Extra packages used by unit tests. (specifications->manifest (list "gnupg")) ;; Packages needed for 'make dist' and 'make distcheck'. (specifications->manifest (list "imagemagick" "perl")) ;; Useful extras for patches submission. (specifications->manifest (list "b4" "git" "git:send-email" "mumi" "nss-certs" "openssl" ;required if using 'smtpEncryption = tls' "patman"))))