gnu: python-scipy-documentation: Add a file name for 'scipy-sphinx-theme'.
* gnu/packages/python-xyz.scm (python-numpy-documentation)[native-inputs]: Add a file name for the "scipy-sphinx-time" input.master
parent
3e83e8f431
commit
ae7033ff5f
|
@ -4756,14 +4756,17 @@ color scales, and color space conversion easy. It has support for:
|
||||||
("texinfo" ,texinfo)
|
("texinfo" ,texinfo)
|
||||||
("perl" ,perl)
|
("perl" ,perl)
|
||||||
("scipy-sphinx-theme"
|
("scipy-sphinx-theme"
|
||||||
,(origin ; The build script expects scipy-sphinx-theme as a git submodule
|
,(let ((commit "c466764e2231ba132c09826b5b138fffa1cfcec3"))
|
||||||
|
(origin ;the build script expects scipy-sphinx-theme as a git submodule
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/scipy/scipy-sphinx-theme")
|
(url "https://github.com/scipy/scipy-sphinx-theme")
|
||||||
(commit "c466764e2231ba132c09826b5b138fffa1cfcec3")))
|
(commit commit)))
|
||||||
|
(file-name (git-file-name "python-scipy-sphinx-theme"
|
||||||
|
(string-take commit 7)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0q2y87clwlsgc7wvlsn9pzyssybcq10plwhq2w1ydykfsyyqbmkl"))))
|
"0q2y87clwlsgc7wvlsn9pzyssybcq10plwhq2w1ydykfsyyqbmkl")))))
|
||||||
,@(package-native-inputs python-numpy)))
|
,@(package-native-inputs python-numpy)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; we're only generating the documentation
|
`(#:tests? #f ; we're only generating the documentation
|
||||||
|
|
Reference in New Issue