diff options
-rw-r--r-- | librewolf.scm | 4 |
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 |