mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: perf: Restore use of dependencies.
* gnu/packages/linux.scm (perf)[arguments]: Remove C_INCLUDE_PATH from
#:make-flags. It is no longer needed since the switch to C_INCLUDE_PATH
in 2073b55e6b
and would prevent
dependencies from being found.
This commit is contained in:
parent
1eec6b0c01
commit
221a104248
1 changed files with 0 additions and 5 deletions
|
@ -3711,11 +3711,6 @@ (define-public perf
|
|||
#t)))
|
||||
#:make-flags (list (string-append "prefix="
|
||||
(assoc-ref %outputs "out"))
|
||||
;; Make sure the kernel headers are treated as system
|
||||
;; headers to suppress warnings from those.
|
||||
(string-append "C_INCLUDE_PATH="
|
||||
(assoc-ref %build-inputs "kernel-headers")
|
||||
"/include")
|
||||
"WERROR=0"
|
||||
|
||||
;; By default, 'config/Makefile' uses lib64 on
|
||||
|
|
Loading…
Reference in a new issue