[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#66593: [PATCH] gnu: cups: Fix cross-compiling.
From: |
Mathieu Othacehe |
Subject: |
bug#66593: [PATCH] gnu: cups: Fix cross-compiling. |
Date: |
Thu, 26 Oct 2023 10:31:48 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
> * gnu/packages/cups.scm (cups-filters)[native-inputs]: When cross-compiling
> add cups-minimal.
> (cups-minimal)[native-inputs]: When cross-compiling add this-package.
Tested with:
--8<---------------cut here---------------start------------->8---
./pre-inst-env guix build cups --target=aarch64-linux-gnu
--8<---------------cut here---------------end--------------->8---
and builds fine.
Applied, thanks!
Mathieu