Remove references to FreeSans font, which is not packaged for Guix. --- a/game/fonts/fonts.ini 1970-01-01 01:00:01.000000000 +0100 +++ b/game/fonts/fonts.ini 2022-09-16 14:31:51.483096847 +0200 @@ -116,26 +116,6 @@ BoldHighResPreCache=0 BoldHighResOutline=0.02 -[Font_FreeSans] -Name=Free Sans -RegularFile=FreeSans/FreeSans.ttf -RegularFallbackFile1=wqy-microhei/wqy-microhei.ttc -;RegularGlyphSpacing=1.4 -;RegularStretch=1.2 -BoldFile=FreeSans/FreeSansBold.ttf -BoldFallbackFile1=wqy-microhei/wqy-microhei.ttc -;BoldEmbolden=0.06 -OutlineFile=FreeSans/FreeSansBold.ttf -OutlineOutline=0.06 -;OutlineColorR=0.3 -;OutlineColorG=0.3 -;OutlineColorB=0.3 -;OutlineColorA=0.3 -BoldHighResFile=FreeSans/FreeSansBold.ttf -BoldHighResMaxResolution=256 -BoldHighResPreCache=0 -BoldHighResOutline=0.02 - [Font_DejaVuSans] Name=DejaVu Sans RegularFile=DejaVu/DejaVuSans.ttf tch'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gnunet.scm
AgeCommit message (Expand)Author
2022-09-07gnunet-scheme: Unbundle config.rpath....* gnu/packages/gnunet.scm (gnunet-scheme)[origin]{snippet}: New snippet. Signed-off-by: Marius Bakke <marius@gnu.org> Maxime Devos
2022-09-07gnu: gnunet-scheme: Make scheme-gnunet.pdf reproducible....* gnu/packages/gnunet.scm (gnunet-scheme)[arguments]<#:phases>{reproducible-timestamp}: New phase. Signed-off-by: Marius Bakke <marius@gnu.org> Maxime Devos
2022-09-07gnu: gnunet-scheme: Update to 0.3....The old snippet doesn't apply anymore, so a different work-around was committed to gnunet-scheme. * gnu/packages/gnunet.scm (gnunet-scheme): Update to 0.3. [description]: Update description for new features. Signed-off-by: Marius Bakke <marius@gnu.org> Maxime Devos
2022-05-29gnu: libmicrohttpd: Update to 0.9.75....* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.75. Tobias Geerinckx-Rice
2022-05-29gnu: libmicrohttpd: Use G-expressions....* gnu/packages/gnunet.scm (libmicrohttpd)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice
2022-04-01gnu: gnunet: Update to 0.16.3....* gnu/packages/gnunet.scm (gnunet): Update to 0.16.3. [arguments]: Enable all the tests that were disabled. [inputs]: Use new style. [native-inputs]: Add openssl. [home-page]: Update URL. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Tanguy Le Carrour
2022-02-05gnu: Add gnunet-scheme....This is not the same as guile-gnunet, see the description. * gnu/packages/gnunet.scm (gnunet-scheme): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Maxime Devos
2021-12-13gnu: Further simplify package inputs....This is the result of running: ./pre-inst-env guix style --input-simplification=safe and manually undoing changes on a dozen of packages to reduce rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.) Ludovic Courtès
2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès
2021-09-18gnu: gnunet: Fix libmicrohttpd test case using SSL3....* gnu/packages/patches/libmicrohttpd-0.9.73-test-ssl3.patch: Patch for failing test case as suggested by libmicrohttpd mailing list * gnu/packages/gnunet.scm (libmicrohttpd): use patch * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> muradm