Some notes to fix myself about the latest patch. Oleg Pykhalov writes: […] > From 49afb43e03b1de34741c0812cc45fe48c06c404b Mon Sep 17 00:00:00 2001 > From: Pierre Neidhardt > Date: Mon, 16 Apr 2018 18:08:30 +0530 > Subject: [PATCH] gnu: Add inxi. > > * gnu/packages/admin.scm (inxi): New variable. I forgot about mentioning a patch in ‘gnu/local.mk’. […] > +(define-public inxi-minimal > + (let ((version "3.0.04-1") > + (real-name "inxi")) ‘let version’ is not necessary. We could use ‘,version’ in ‘arguments’.. […] Oleg.