gnu: linux-libre: Strip everything with '--strip-all'.
* gnu/packages/linux.scm (linux-libre)[arguments]: Add #:strip-flags.
This commit is contained in:
parent
a94546ecc4
commit
9ca7eaa134
1 changed files with 1 additions and 0 deletions
|
@ -265,6 +265,7 @@ (define-public linux-libre
|
||||||
(guix build utils)
|
(guix build utils)
|
||||||
(srfi srfi-1)
|
(srfi srfi-1)
|
||||||
(ice-9 match))
|
(ice-9 match))
|
||||||
|
#:strip-flags '("--strip-all")
|
||||||
#:phases (alist-replace
|
#:phases (alist-replace
|
||||||
'build ,build-phase
|
'build ,build-phase
|
||||||
(alist-replace
|
(alist-replace
|
||||||
|
|
Loading…
Reference in a new issue