mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 00:18:07 +01:00
nongnu: firefox-esr: Use lambda instead of λ.
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 <john.kehayias@protonmail.com>
This commit is contained in:
parent
53df88e36f
commit
45c3dca80d
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@
|
|||
(substitute
|
||||
file
|
||||
`((,(format #f "~s" lib)
|
||||
. ,(λ (line _)
|
||||
. ,(lambda (line _)
|
||||
(string-replace-substring
|
||||
line
|
||||
lib
|
||||
|
|
Loading…
Reference in a new issue