Age | Commit message (Expand) | Author |
---|---|---|
2019-11-16 | Merge remote-tracking branch master into core-updates | Mathieu Othacehe |
2019-11-07 | gnu: pkg-config: Memoize 'cross-pkg-config'....When running: guix build --target=arm-linux-gnueabihf gdb -nd this reduces the number of hits in the 'add-data-to-store' cache from 205 (25%) to 163 (21%). * gnu/packages/pkg-config.scm (cross-pkg-config): Turn into an 'mlambda'. | Ludovic Courtès |
2019-09-24 | gnu: pkg-config: Fix cross-compilation....* gnu/packages/pkg-config.scm (%pkg-config)[arguments]: Add configure-flags to disable tests that fail when cross-compiling. | Mathieu Othacehe |