Hi Leo! Leo Famulari writes: > 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 >> 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? I was under the (flawed) impression that the gnu build system would take care of this detail for us. Luckily inetutils doesn't seem to require setting this at all. I've studied the build log more closely and didn't see any mention of localstatedir. Maxim