gnu: smalltalk: Move 'zip' from 'inputs' to 'native-inputs'.
authorMaxime Devos <maximedevos@telenet.be>
Mon, 31 May 2021 11:54:17 +0000 (13:54 +0200)
committerMathieu Othacehe <othacehe@gnu.org>
Fri, 4 Jun 2021 11:34:58 +0000 (13:34 +0200)
commit961a8f130275dc18cc8e602e0b2ab08b780eb46f
tree699f490264c1f019c56a706380f0d575410c27e6
parent4a600ada5a79fbf3c04011452593d2ee62d50a27
gnu: smalltalk: Move 'zip' from 'inputs' to 'native-inputs'.

The 'zip' package is not in the references of 'smalltalk'.
As such, it probably should be a native input, not a regular
input. This can be confirmed by trying to cross-compile
the 'smalltalk' package, without this commit. The configure
script will ask to install InfoZIP.

* gnu/packages/smalltalk.scm
  (smalltalk)[inputs]{zip}: Move to ...
  (smalltalk)[native-inputs]{zip} ... here.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
gnu/packages/smalltalk.scm