diff options
Diffstat (limited to 'gnu/packages/librewolf.scm')
-rw-r--r-- | gnu/packages/librewolf.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/librewolf.scm b/gnu/packages/librewolf.scm index bbbfa901ba..2a4bf3fada 100644 --- a/gnu/packages/librewolf.scm +++ b/gnu/packages/librewolf.scm @@ -358,7 +358,7 @@ "services"))))) (add-after 'patch-cargo-checksums 'remove-cargo-frozen-flag (lambda _ - ;; Remove --frozen flag from cargo invokation, otherwise it'll + ;; Remove --frozen flag from cargo invocation, otherwise it'll ;; complain that it's not able to change Cargo.lock. ;; https://bugzilla.mozilla.org/show_bug.cgi?id=1726373 (substitute* "build/RunCbindgen.py" |