mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 16:38:09 +01:00
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:
parent
7b13acb514
commit
b3cfc59367
1 changed files with 2 additions and 2 deletions
|
@ -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)))
|
||||||
|
|
Loading…
Reference in a new issue