1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 23:05:57 +02:00
Files
guix/gnu/packages/smalltalk.scm
T
Maxime Devos f50a88c1fa gnu: smalltalk: Find glibc even when cross-compiling.
glibc is named "cross-libc" instead of "libc" when cross-compiling. Smalltalk
still fails to cross-compile though.

* gnu/packages/smalltalk.scm
  (smalltalk)[arguments]{phases}<#:fix-libc>: Also search for
  "cross-libc" instead of only "libc" in 'inputs'.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-06-04 13:40:02 +02:00

7.3 KiB