Leo Famulari <[email protected]> skribis: > On Wed, Feb 22, 2017 at 09:21:51AM -0800, Maxim Cournoyer wrote: >> Hello Guix! >> >> Here's a simple patch which enables the tests for inetutils. > > Sounds great! > >> From f707e5f479b2df969cbe582f722afbf761596ef3 Mon Sep 17 00:00:00 2001 >> From: Maxim Cournoyer <[email protected]> >> Date: Wed, 22 Feb 2017 09:03:25 -0800 >> Subject: [PATCH] gnu: inetutils: Enable tests. >> >> * gnu/packages/admin.scm (inetutils)[source]: Indent. >> [arguments]: Remove #:tests? and #:configure-flags (not needed). > > I'm curious, what is the value of $localstatedir if we don't set it?
By default it’s $prefix/var: https://www.gnu.org/prep/standards/html_node/Directory-Variables.html Ludo’.
