rosenthal: linux-xanmod: Don't build docs.

* rosenthal/packages/linux.scm (linux-xanmod)[arguments]<#:phases>: Don't
build docs.
wip/index/refs/heads/trunk
Hilton Chain 2 years ago
parent 2b8d1603a7
commit 76acf97ec6
No known key found for this signature in database
GPG Key ID: 5E5AA665614917F7
  1. 2
      rosenthal/packages/linux.scm

@ -125,6 +125,8 @@
(substitute-keyword-arguments (package-arguments base)
((#:phases phases)
#~(modify-phases #$phases
(delete 'build-doc)
(delete 'install-doc)
(add-before 'configure 'setenv
(lambda _
(setenv "LLVM" "1")

Loading…
Cancel
Save