mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-05-17 09:55:07 +00:00
rosenthal: linux-xanmod: Don't build docs.
* rosenthal/packages/linux.scm (linux-xanmod)[arguments]<#:phases>: Don't build docs.
This commit is contained in:
parent
2b8d1603a7
commit
76acf97ec6
@ -125,6 +125,8 @@
|
|||||||
(substitute-keyword-arguments (package-arguments base)
|
(substitute-keyword-arguments (package-arguments base)
|
||||||
((#:phases phases)
|
((#:phases phases)
|
||||||
#~(modify-phases #$phases
|
#~(modify-phases #$phases
|
||||||
|
(delete 'build-doc)
|
||||||
|
(delete 'install-doc)
|
||||||
(add-before 'configure 'setenv
|
(add-before 'configure 'setenv
|
||||||
(lambda _
|
(lambda _
|
||||||
(setenv "LLVM" "1")
|
(setenv "LLVM" "1")
|
||||||
|
Loading…
Reference in New Issue
Block a user