mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +02:00
doc: cookbook: Simplify inputs in examples.
* doc/guix-cookbook.texi (Recursive importers, Inheritance): Use the simplified input style.
This commit is contained in:
parent
85e3ed2bbc
commit
e60f803b90
1 changed files with 2 additions and 6 deletions
|
@ -1222,10 +1222,7 @@ $ guix import cran --recursive walrus
|
||||||
"1nk2glcvy4hyksl5ipq2mz8jy4fss90hx6cq98m3w96kzjni6jjj"))))
|
"1nk2glcvy4hyksl5ipq2mz8jy4fss90hx6cq98m3w96kzjni6jjj"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-ggplot2" ,r-ggplot2)
|
(list r-ggplot2 r-jmvcore r-r6 r-wrs2))
|
||||||
("r-jmvcore" ,r-jmvcore)
|
|
||||||
("r-r6" ,r-r6)
|
|
||||||
("r-wrs2" ,r-wrs2)))
|
|
||||||
(home-page "https://github.com/jamovi/walrus")
|
(home-page "https://github.com/jamovi/walrus")
|
||||||
(synopsis "Robust Statistical Methods")
|
(synopsis "Robust Statistical Methods")
|
||||||
(description
|
(description
|
||||||
|
@ -1284,8 +1281,7 @@ noticed that a significant number of them have a @code{inherit} field:
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17fpahgh5dyckgz7rwqvzgnhx53cx9kr2xw0szprc6bnqy977fi8"))))
|
"17fpahgh5dyckgz7rwqvzgnhx53cx9kr2xw0szprc6bnqy977fi8"))))
|
||||||
(native-inputs
|
(native-inputs (list `(,gtk+ "bin")))))
|
||||||
`(("gtk-encode-symbolic-svg" ,gtk+ "bin")))))
|
|
||||||
@end lisp
|
@end lisp
|
||||||
|
|
||||||
All unspecified fields are inherited from the parent package. This is very
|
All unspecified fields are inherited from the parent package. This is very
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue