mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 19:49:25 -05:00
gnu: libabigail: Remove input labels.
* gnu/packages/elf.scm (libabigail)[native-inputs]: Remove labels.
This commit is contained in:
parent
57771d42b5
commit
d4f3fd021f
1 changed files with 1 additions and 4 deletions
|
@ -177,10 +177,7 @@ (define-public libabigail
|
||||||
(find-files "bash-completion" ".*abi.*"))
|
(find-files "bash-completion" ".*abi.*"))
|
||||||
#t)))))
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
(list pkg-config texinfo python-sphinx python))
|
||||||
("makeinfo" ,texinfo)
|
|
||||||
("python-sphinx" ,python-sphinx)
|
|
||||||
("python" ,python))) ;for tests
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list elfutils ;libabigail.la says -lelf
|
(list elfutils ;libabigail.la says -lelf
|
||||||
libxml2)) ;in Requires.private of libabigail.pc
|
libxml2)) ;in Requires.private of libabigail.pc
|
||||||
|
|
Loading…
Reference in a new issue