diff options
| author | John Kehayias <john.kehayias@protonmail.com> | 2022-08-10 00:31:09 -0400 |
|---|---|---|
| committer | John Kehayias <john.kehayias@protonmail.com> | 2022-08-10 00:31:09 -0400 |
| commit | 6ae5d8e832da4185e15bd8e56d3922817403bdd5 (patch) | |
| tree | d079472dd1dd2afd680b5bf82f4eefef4eec4f29 | |
| parent | gnu: firefox: Fix source hash. (diff) | |
| download | nonguix-origin/firefox-102.tar.gz | |
gnu: firefox: Fix build.origin/firefox-102
* nongnu/packages/mozilla.scm (firefox): The build requires
rust-cbindgen-0.24.
| -rw-r--r-- | nongnu/packages/mozilla.scm | 3 |
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\"."))) |
