nongnu: firefox: Use default rust version.

Fixes https://gitlab.com/nonguix/nonguix/-/issues/148.

* nongnu/packages/mozilla.scm (firefox)[native-inputs]: Refer to rust
without an excact version as endorsed by upstream Guix.
This commit is contained in:
Jonathan Brielmaier 2021-11-16 19:39:28 +01:00
parent 7b13acb514
commit b3cfc59367
No known key found for this signature in database
GPG key ID: ECFC83988B4E4B9F

View file

@ -391,7 +391,7 @@
("zlib" ,zlib))) ("zlib" ,zlib)))
(native-inputs (native-inputs
`(("autoconf" ,autoconf-2.13) `(("autoconf" ,autoconf-2.13)
("cargo" ,rust-1.51 "cargo") ("cargo" ,rust "cargo")
("clang" ,clang-10) ("clang" ,clang-10)
("llvm" ,llvm-10) ("llvm" ,llvm-10)
("m4" ,m4) ("m4" ,m4)
@ -400,7 +400,7 @@
("perl" ,perl) ("perl" ,perl)
("pkg-config" ,pkg-config) ("pkg-config" ,pkg-config)
("python" ,python) ("python" ,python)
("rust" ,rust-1.51) ("rust" ,rust)
("rust-cbindgen" ,rust-cbindgen-0.19) ("rust-cbindgen" ,rust-cbindgen-0.19)
("which" ,which) ("which" ,which)
("yasm" ,yasm))) ("yasm" ,yasm)))