mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
* gnu/packages/linux.scm (util-linux)[source]<snippet>: Remove tailing #t. [arguments]<#:phases>: Adjust pre-check phase. [inputs]: Add sqlite. [native-inputs]: Add pkg-config. * gnu/packages/patches/util-linux-tests.patch: Adjust it. Change-Id: I3c22d0b5b02a6dd0fee440f32e87279d7d4b1554
14 lines
387 B
Diff
14 lines
387 B
Diff
This test requires that '/sys/dev/block' is present, which is not
|
|
the case inside the build container.
|
|
|
|
--- a/tests/ts/lsblk/lsblk 2019-03-11 21:08:23.734387391 +0100
|
|
+++ b/tests/ts/lsblk/lsblk 2019-03-11 21:12:43.635473111 +0100
|
|
@@ -22,6 +22,8 @@
|
|
|
|
ts_init "$*"
|
|
|
|
+ts_skip "/sys/dev/block is not available"
|
|
+
|
|
ts_check_test_command "$TS_CMD_LSBLK"
|
|
ts_check_prog xz
|
|
ts_check_prog tar
|