diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2026-03-11 23:12:16 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2026-03-20 13:27:16 +0100 |
| commit | 1ae20f03f43a2af2bcde3751a2809fe152298d34 (patch) | |
| tree | be11f116044ab4cbc7994e2cf88ded0e21db4bbc /gnu/packages/fontutils.scm | |
| parent | 4ba653e637940b147ea5cdcf45397b8ac7f3d014 (diff) | |
gnu: Reference the inherited inputs values.
This commit was made by running this command:
sed -e's/modify-inputs (package-\([a-z-]*\)inputs [a-zA-Z0-9-]\+)/modify-inputs \1inputs/g' -i gnu/packages/*.scm
… and then reverting individual hunks where the change would trigger unbound
variable warnings or other issues (such as ‘native-inputs’ is bound in the
body of the ‘inputs’ field, but it refers to the ‘native-inputs’ thunk defined
just above).
Change-Id: I6d94819f2809313fa1fbefc61897502ee7d66fab
Diffstat (limited to 'gnu/packages/fontutils.scm')
| -rw-r--r-- | gnu/packages/fontutils.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm index 90c8119ab33..da91608bbe8 100644 --- a/gnu/packages/fontutils.scm +++ b/gnu/packages/fontutils.scm | |||
| @@ -157,7 +157,7 @@ anti-aliased glyph bitmap generation with 256 gray levels.") | |||
| 157 | (inherit freetype) | 157 | (inherit freetype) |
| 158 | (name "freetype-with-brotli") | 158 | (name "freetype-with-brotli") |
| 159 | (propagated-inputs | 159 | (propagated-inputs |
| 160 | (modify-inputs (package-propagated-inputs freetype) | 160 | (modify-inputs propagated-inputs |
| 161 | (prepend brotli))))) | 161 | (prepend brotli))))) |
| 162 | 162 | ||
| 163 | (define-public opentype-sanitizer | 163 | (define-public opentype-sanitizer |
| @@ -697,7 +697,7 @@ implementing the pen protocol for manipulating glyphs.") | |||
| 697 | ((".*\\(\\(0, 0), \\(50, 20), \\(100, 40)).*") "") | 697 | ((".*\\(\\(0, 0), \\(50, 20), \\(100, 40)).*") "") |
| 698 | ((".*107\\.70329614269009.*") "")))))))) | 698 | ((".*107\\.70329614269009.*") "")))))))) |
| 699 | (native-inputs | 699 | (native-inputs |
| 700 | (modify-inputs (package-native-inputs python-fontpens-bootstrap) | 700 | (modify-inputs native-inputs |
| 701 | (append python-fontparts-bootstrap | 701 | (append python-fontparts-bootstrap |
| 702 | python-fontpens-bootstrap | 702 | python-fontpens-bootstrap |
| 703 | python-pytest | 703 | python-pytest |
| @@ -738,7 +738,7 @@ process. FontParts is the successor of RoboFab.") | |||
| 738 | (package/inherit python-fontparts-bootstrap | 738 | (package/inherit python-fontparts-bootstrap |
| 739 | (name "python-fontparts") | 739 | (name "python-fontparts") |
| 740 | (propagated-inputs | 740 | (propagated-inputs |
| 741 | (modify-inputs (package-propagated-inputs python-fontparts-bootstrap) | 741 | (modify-inputs propagated-inputs |
| 742 | (replace "python-defcon-bootstrap" python-defcon))) | 742 | (replace "python-defcon-bootstrap" python-defcon))) |
| 743 | (properties | 743 | (properties |
| 744 | (alist-delete 'hidden? | 744 | (alist-delete 'hidden? |
| @@ -1488,7 +1488,7 @@ high quality, anti-aliased and subpixel rendered text on a display.") | |||
| 1488 | (delete-file-recursively source))) | 1488 | (delete-file-recursively source))) |
| 1489 | '("man3" "man5")))))))) | 1489 | '("man3" "man5")))))))) |
| 1490 | (native-inputs | 1490 | (native-inputs |
| 1491 | (modify-inputs (package-native-inputs fontconfig) | 1491 | (modify-inputs native-inputs |
| 1492 | (append docbook-utils))) | 1492 | (append docbook-utils))) |
| 1493 | (properties (alist-delete 'hidden? (package-properties fontconfig))))) | 1493 | (properties (alist-delete 'hidden? (package-properties fontconfig))))) |
| 1494 | 1494 | ||
| @@ -1988,7 +1988,7 @@ UFO3 as described by the UFO font format.") | |||
| 1988 | (package/inherit python-defcon-bootstrap | 1988 | (package/inherit python-defcon-bootstrap |
| 1989 | (name "python-defcon") | 1989 | (name "python-defcon") |
| 1990 | (propagated-inputs | 1990 | (propagated-inputs |
| 1991 | (modify-inputs (package-propagated-inputs python-defcon-bootstrap) | 1991 | (modify-inputs propagated-inputs |
| 1992 | (replace "python-fontpens-bootstrap" python-fontpens))) | 1992 | (replace "python-fontpens-bootstrap" python-fontpens))) |
| 1993 | (properties | 1993 | (properties |
| 1994 | (alist-delete 'hidden? | 1994 | (alist-delete 'hidden? |
