From 21a7afca4648777313bfac068e07baae1f0ca7b5 Mon Sep 17 00:00:00 2001 From: Jonathan Brielmaier Date: Thu, 26 May 2022 23:45:35 +0200 Subject: nongnu: playonlinux: Remove input labels. * nongnu/packages/playonlinux.scm (playonlinux)[inputs]: Remove input labels. --- nongnu/packages/playonlinux.scm | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/nongnu/packages/playonlinux.scm b/nongnu/packages/playonlinux.scm index cb15c0b..fe03005 100644 --- a/nongnu/packages/playonlinux.scm +++ b/nongnu/packages/playonlinux.scm @@ -100,18 +100,18 @@ (string-append out "/share/playonlinux/lang/locale"))) #t))))) (inputs - `(("cabextract" ,cabextract) - ("curl" ,curl) - ("gnupg" ,gnupg) - ("imagemagick" ,imagemagick) - ("jq" ,jq) - ("libx11" ,libx11) - ("mesa" ,mesa) - ("netcat" ,netcat) - ("python2-wxpython" ,python2-wxpython) - ("wget" ,wget) - ("wine" ,wine) - ("xrdb" ,xrdb))) + (list cabextract + curl + gnupg + imagemagick + jq + libx11 + mesa + netcat + python2-wxpython + wget + wine + xrdb)) (home-page "https://www.playonlinux.com/") (synopsis "Easy installer for Windows games") (description "PlayOnLinux is a piece of software which allows you to easily -- cgit v1.2.3