gnu: hurd: Remove useless glibc/hurd-headers input.
* gnu/packages/hurd.scm (hurd): Do it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
2447fe8814
commit
4b62a031a2
|
@ -511,9 +511,7 @@ exec ${system}/rc \"$@\"
|
|||
"CFLAGS=-fcommon")))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("glibc-hurd-headers" ,glibc/hurd-headers)
|
||||
|
||||
("libgcrypt" ,libgcrypt) ;for /hurd/random
|
||||
`(("libgcrypt" ,libgcrypt) ;for /hurd/random
|
||||
("libdaemon" ,libdaemon) ;for /bin/console --daemonize
|
||||
("unifont" ,unifont)
|
||||
("libpciaccess" ,libpciaccess)
|
||||
|
|
Reference in New Issue