Rene writes: > Hello team, > this is a proposed patch to update xpad to 5.0.0. > > Also tested inside a vm with ´guix system vm-image'. > > Thank you > Rene > From 42e0a55e2be63483e17da84e9e1d9e9ceafaa05a Mon Sep 17 00:00:00 2001 > From: Rene > Date: Sat, 14 Apr 2018 12:19:52 -0500 > Subject: [PATCH] gnu: xpad: Update to 5.0.0. > > * gnu/packages/gnome.scm (xpad) Update to 5.0.0. > [arguments]: Add autogen phase. > [native-inputs]: Add autoconf and automake. > [inputs]: Move gtk+ from here ... > [native-inputs]: ... to here. Applied, thank you! I adjusted the commit message slightly to reflect that "gtk+" was removed, and the "bin" output was added to native-inputs. Note: In the 'core-updates' branch, 'autogen' will be run automatically when needed, so the custom phase can be removed in the future.