1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-10 15:10:37 +02:00
Files
guix/gnu/packages/pkg-config.scm
Ludovic Courtès 839285dd5b gnu: Avoid cycle involving (gnu packages pkg-config).
Fixes a regression introduced in
7a26aee61bbbd8e37745ce13433545333eac4505 whereby (gnu packages
pkg-config) would be caught in a cycle, leading to miscompilation of
package modules, in turn leading to failure to compute the Guix
derivation with exceptions like:

  1. &package-input-error:
      package: #<package libgc@8.2.4 7fee96c4dc60>
      input: ("_" #<syntax-transformer pkg-config>)

* gnu/packages/pkg-config.scm: Autoload (gnu packages check).

Change-Id: I624e701a0c411b6f3d9ad5e10dca6ad7cf552be4
2024-08-31 10:45:02 +02:00

8.6 KiB