diff options
author | techchud <protrude_paying969@simplelogin.com> | 2025-08-17 19:24:01 -0500 |
---|---|---|
committer | techchud <protrude_paying969@simplelogin.com> | 2025-08-17 19:24:01 -0500 |
commit | a0009f6e2ebda3bba33860f54b831dd23ddf4ac0 (patch) | |
tree | b820eead97c2a4da04ec50662bf392ec90128ff1 /librewolf.scm | |
parent | aae60fb521693b7427a3ec4edda1a36e7847bacc (diff) | |
download | guix-techchud-a0009f6e2ebda3bba33860f54b831dd23ddf4ac0.tar.gz guix-techchud-a0009f6e2ebda3bba33860f54b831dd23ddf4ac0.tar.bz2 guix-techchud-a0009f6e2ebda3bba33860f54b831dd23ddf4ac0.zip |
fix typo again
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 0c256c9..bc844bb 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) |