From 45c3dca80d3370f161b3fba3ce7a12655728c698 Mon Sep 17 00:00:00 2001 From: Tomas Volf <~@wolfsden.cz> Date: Thu, 18 Jan 2024 15:05:07 +0100 Subject: nongnu: firefox-esr: Use lambda instead of λ. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Following the project's conventions, replace the λ symbol with the lambda keyword. * nongnu/packages/mozilla.scm (firefox-esr) [arguments]<#:phases>['patch-SpeechDispatcherService.cpp]: Use lambda. Signed-off-by: John Kehayias --- nongnu/packages/mozilla.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nongnu') diff --git a/nongnu/packages/mozilla.scm b/nongnu/packages/mozilla.scm index 72886bd..2b9a1c0 100644 --- a/nongnu/packages/mozilla.scm +++ b/nongnu/packages/mozilla.scm @@ -241,7 +241,7 @@ (substitute file `((,(format #f "~s" lib) - . ,(λ (line _) + . ,(lambda (line _) (string-replace-substring line lib -- cgit v1.2.3