mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -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.*"))
|
||||
#t)))))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("makeinfo" ,texinfo)
|
||||
("python-sphinx" ,python-sphinx)
|
||||
("python" ,python))) ;for tests
|
||||
(list pkg-config texinfo python-sphinx python))
|
||||
(propagated-inputs
|
||||
(list elfutils ;libabigail.la says -lelf
|
||||
libxml2)) ;in Requires.private of libabigail.pc
|
||||
|
|
Loading…
Reference in a new issue