summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortechchud <protrude_paying969@simplelogin.com>2025-08-17 19:24:02 -0500
committertechchud <protrude_paying969@simplelogin.com>2025-08-17 19:24:02 -0500
commit68722c35d31542c237e08f950f69a23526bcf17c (patch)
treebc53a9d57209edc654751534554d78c77fe72626
parent745eab71808b76f12fd48c0ea8f5245ac326aa4c (diff)
downloadguix-techchud-68722c35d31542c237e08f950f69a23526bcf17c.tar.gz
guix-techchud-68722c35d31542c237e08f950f69a23526bcf17c.tar.bz2
guix-techchud-68722c35d31542c237e08f950f69a23526bcf17c.zip
fix librewolf to use firefox and not firefox-esr
-rw-r--r--librewolf.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/librewolf.scm b/librewolf.scm
index f549376..6b61a51 100644
--- a/librewolf.scm
+++ b/librewolf.scm
@@ -56,7 +56,7 @@
(define-public librewolf
(package
- (inherit firefox-esr)
+ (inherit firefox)
(name "librewolf")
(version "124.0.1-1")
(source
@@ -68,7 +68,7 @@
(sha256
(base32 "1sks49nywzhvq5mik4ipm3vyyxv49s9hq6bfyk5d9r6f0nlydllf"))))
(arguments
- (substitute-keyword-arguments (package-arguments firefox-esr)
+ (substitute-keyword-arguments (package-arguments firefox)
((#:phases phases)
#~(modify-phases #$phases
(add-before 'patch-cargo-checksums 'replace-policies