diff options
Diffstat (limited to 'librewolf.scm')
-rw-r--r-- | librewolf.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/librewolf.scm b/librewolf.scm index 7e08280..0c256c9 100644 --- a/librewolf.scm +++ b/librewolf.scm @@ -65,8 +65,8 @@ version "/librewolf-" version ".source.tar.gz")) (sha256 (base32 "050kg717jy70fvjfh91aydmq25mqaz6cbf9cqsdsgh6hvpxrw873")) - )) - (patches (search-patches "librewolf-msglm-browser.patch")))) + ) + (patches (search-patches "librewolf-msglm-browser.patch"))))) (arguments (substitute-keyword-arguments (package-arguments firefox-esr) ((#:phases phases) |