--- netsurf-3.8/utils/split-messages.pl.orig 1969-12-31 18:00:00.000000000 -0600 +++ netsurf-3.8/utils/split-messages.pl 2018-08-30 00:18:58.158367530 -0500 @@ -238,7 +238,7 @@ if( $opt{gzip} ) { - $ofh = new IO::Compress::Gzip( $ofh, AutoClose => 1, -Level => 9 ); + $ofh = new IO::Compress::Gzip( $ofh, AutoClose => 1, -Level => 9, Time => 0 ); } return $ofh; '2'>cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/text-editors.scm
AgeCommit message (Expand)Author
2023-12-25Revert "gnu: ed: Update to 1.19."...This reverts commit 0d8b0af0fe9a4ee113a555f939adbbe0f9ac7125. This results in more than 5000 packages being rebuilt. Efraim Flashner
2023-12-25gnu: Remove nano.scm....Removes nano.scm and places the `nano' package within text-editors.scm. * gnu/local.mk (GNU_SYSTEM_MODULES): Remove nano.scm from build. * gnu/packages/nano.scm: Delete file. * gnu/packages/text-editors.scm (nano): New variable. [copyright header]: Transfer copyright notices from nano.scm to text-editors.scm. Change-Id: I257f68a3072481f556db208bd1bd34e6eec79b47 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Jaeme Sifat
2023-12-25gnu: ed: Update to 1.19....* gnu/packages/text-editors.scm (ed): Update to 1.19. Change-Id: I02ec92086fe122a636d24e8bc3afb3c3f118651c Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Jaeme Sifat
2023-12-25gnu: Remove ed.scm....Remove ed.scm and move the `ed' package to text-editors.scm. * gnu/local.mk (GNU_SYSTEM_MODULES): Remove ed.scm from build. * gnu/packages/ed.scm: Delete file. * gnu/packages/text-editors.scm (ed): New variable. [copyright header]: Transfer copyright notices from ed.scm to text-editors.scm. Change-Id: I827a2943f4849085186f2a25a9c8676cf4b6a7fd Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Jaeme Sifat
2023-10-14gnu: xnedit: Update to 1.5.2...* gnu/packages/text-editors.scm (xnedit): Update to 1.5.2 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Andy Tai
2023-09-25gnu: xnedit: Update to 1.5.1....* gnu/packages/text-editors.scm (xnedit): Update to 1.5.1. Signed-off-by: Christopher Baines <mail@cbaines.net> Andy Tai