summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Kehayias <john.kehayias@protonmail.com>2022-08-10 00:31:09 -0400
committerJohn Kehayias <john.kehayias@protonmail.com>2022-08-10 00:31:09 -0400
commit6ae5d8e832da4185e15bd8e56d3922817403bdd5 (patch)
treed079472dd1dd2afd680b5bf82f4eefef4eec4f29
parent7c4c792cc684b898e0aee271e37cb3557156a4dc (diff)
gnu: firefox: Fix build.firefox-102
* nongnu/packages/mozilla.scm (firefox): The build requires rust-cbindgen-0.24.
-rw-r--r--nongnu/packages/mozilla.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/nongnu/packages/mozilla.scm b/nongnu/packages/mozilla.scm
index 1c024ad..a566c7f 100644
--- a/nongnu/packages/mozilla.scm
+++ b/nongnu/packages/mozilla.scm
@@ -937,6 +937,9 @@ MOZ_ENABLE_WAYLAND=1 exec ~a $@\n"
(replace 'set-build-id
(lambda _
(setenv "MOZ_BUILD_DATE" #$%firefox-build-id)))))))
+ (native-inputs
+ (modify-inputs (package-native-inputs firefox-esr)
+ (replace "rust-cbindgen" rust-cbindgen-0.24)))
(description
"Full-featured browser client built from Firefox source tree, without
the official icon and the name \"firefox\".")))