| Commit message (Expand) | Author | Age | Files | Lines |
* | gnu: stb: Import the correct set of modules.•••* gnu/packages/stb.scm (stb) [arguments]
<modules>: Replace %default-gnu-imported-modules with %default-gnu-modules.
Change-Id: I22000458e9b09aef9b645553f555dc0235a6ff1a
| Maxim Cournoyer | 2024-08-31 | 1 | -1/+1 |
* | build-systems: gnu: Export %default-gnu-imported-modules and %default-gnu-mod...•••Until now users would have to cargo cult or inspect the private
%default-modules variable of (guix build-systems gnu) to discover which
modules to include when extending the used modules via the #:modules argument.
The renaming was automated via the command:
$ git grep -l %gnu-build-system-modules
| xargs sed 's/%gnu-build-system-modules/%default-gnu-imported-modules/' -i
* guix/build-system/gnu.scm (%gnu-build-system-modules): Rename to...
(%default-gnu-imported-modules): ... this.
(%default-modules): Rename to...
(%default-gnu-modules): ... this. Export.
(dist-package, gnu-build, gnu-cross-build): Adjust accordingly.
Change-Id: Idef307fff13cb76f3182d782b26e1cd3a5c757ee
| Maxim Cournoyer | 2024-08-31 | 1 | -1/+1 |
* | gnu: Add stb-image-resize.•••* gnu/packages/stb.scm (stb-image-resize): New variable.
Change-Id: Ia9d654277b26f1bce0f32d064a5d2ae6c434b677
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
| aurtzy | 2024-04-19 | 1 | -0/+6 |
* | gnu: Simplify package inputs.•••This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
| Ludovic Courtès | 2021-12-13 | 1 | -1/+1 |
* | gnu: Update stb to b42009b3b9d4ca35bc703f5310eedc74f584be58.•••* gnu/packages/stb.scm (stb): Update to commit b42009b3b9d4ca35bc703f5310eedc74f584be58..
(stb-image): Update version number to 2.26.
(stb-image-write): Update version number to 1.15.
(stb-sprintf): Update version number to 1.09.
(stb-truetype): Update version number to 1.24.
| Tobias Geerinckx-Rice | 2020-11-15 | 1 | -7/+7 |
* | gnu: Add stb-rect-pack.•••* gnu/packages/stb.scm (stb-rect-pack): New public variable.
| Tobias Geerinckx-Rice | 2020-11-15 | 1 | -0/+7 |
* | gnu: Add stb-truetype.•••* gnu/packages/stb.scm (stb-truetype): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Giacomo Leidi | 2020-02-05 | 1 | -0/+6 |
* | gnu: Add stb-sprintf.•••* gnu/packages/stb.scm (stb-sprintf): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Giacomo Leidi | 2020-02-05 | 1 | -0/+5 |
* | gnu: stb: Update snapshot.•••* gnu/packages/stb.scm (stb): Update to commit 2c2908f50515dcd.
(stb-image): Update to 2.22.
(stb-image-write): Update to 1.13.
| Marius Bakke | 2019-03-23 | 1 | -5/+5 |
* | gnu: Add stb-image-write.•••* gnu/packages/stb.scm (stb-image-write): New public variable.
| Marius Bakke | 2018-07-18 | 1 | -0/+6 |
* | gnu: Add stb-image.•••* gnu/packages/stb.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Register it.
| Marius Bakke | 2018-07-18 | 1 | -0/+97 |