aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-pack.sh
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-10-12 11:34:58 +0300
committerEfraim Flashner <efraim@flashner.co.il>2020-10-12 12:25:02 +0300
commit0ee1f92985ee1d97fb455c009b8eda0c04b25545 (patch)
tree3d7f6606b134d9735f64cefc096f9b86fcf7f362 /tests/guix-pack.sh
parent319f7eaf0f861de7450365e403d03f591d0520c4 (diff)
downloadguix-0ee1f92985ee1d97fb455c009b8eda0c04b25545.tar.gz
guix-0ee1f92985ee1d97fb455c009b8eda0c04b25545.zip
gnu: rust-mysqlclient-sys-0.2: Fix build.
* gnu/packages/crates-io.scm (rust-mysqlclient-sys-0.2)[arguments]: Move rust-pkg-config-0.3, rust-vcpkg-0.2 from cargo-development-inputs to cargo-inputs. [native-inputs]: Add mariadb:lib.
Diffstat (limited to 'tests/guix-pack.sh')
0 files changed, 0 insertions, 0 deletions
argument to true when it's not explicitly provided. Maxim Cournoyer 2021-01-31build: test-driver.scm: Make output redirection optional....This makes it easier (and less surprising) for users to experiment with the custom Scheme test driver directly. The behavior is unchanged from Automake's point of view. * build-aux/test-driver.scm (main): Make the --log-file and --trs-file arguments optional and update doc. Only open, redirect and close a port to a log file when the --log-file option is provided. Only open and close a port to a trs file when the --trs-file option is provided. (test-runner-gnu): Set OUT-PORT parameter default value to the current output port. Set the TRS-PORT parameter default value to a void port. Update doc. Maxim Cournoyer