mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-27 19:41:50 +02:00
gnu: Simplify package inputs.
This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("libpcap" ,libpcap)))
|
||||
(list libpcap))
|
||||
(arguments
|
||||
'(#:tests? #f
|
||||
#:make-flags (list
|
||||
|
||||
Reference in New Issue
Block a user