David Craven writes: > --- > gnu/packages/xdisorg.scm | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm > index ee83934ca..42fa0cc1b 100644 > --- a/gnu/packages/xdisorg.scm > +++ b/gnu/packages/xdisorg.scm > @@ -273,7 +273,7 @@ rasterisation.") > (define-public libdrm > (package > (name "libdrm") > - (version "2.4.68") > + (version "2.4.75") > (source > (origin > (method url-fetch) > @@ -283,7 +283,7 @@ rasterisation.") > ".tar.bz2")) > (sha256 > (base32 > - "1px91j6imaaq2fy8ksvgldmv0cdz3w379jqiciqvqa99jajxjjsv")) > + "0kq5hmck0gq7b29fr8jp94njc7jpkpbyws12s63w4b21xw750nid")) > (patches (search-patches "libdrm-symbol-check.patch")))) > (build-system gnu-build-system) > (inputs This is already in 'staging' since updating libdrm causes 677 rebuilds. > @@ -291,6 +291,8 @@ rasterisation.") > ("libpthread-stubs" ,libpthread-stubs))) > (native-inputs > `(("pkg-config" ,pkg-config))) > + (arguments > + `(#:configure-flags '("--enable-install-test-programs"))) ...but this is not. What does this flag do?