mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: ppp: Return #t from all phases.
* gnu/packages/samba.scm (ppp)[arguments]: Return #t from phase.
This commit is contained in:
parent
84aa18ff7f
commit
cbd7c65709
1 changed files with 2 additions and 1 deletions
|
@ -417,7 +417,8 @@ (define-public ppp
|
|||
(("/usr/include/crypt\\.h")
|
||||
(string-append libc "/include/crypt.h"))
|
||||
(("/usr/include/pcap-bpf.h")
|
||||
(string-append libpcap "/include/pcap-bpf.h")))))))))
|
||||
(string-append libpcap "/include/pcap-bpf.h")))
|
||||
#t))))))
|
||||
(inputs
|
||||
`(("libpcap" ,libpcap)))
|
||||
(synopsis "Implementation of the Point-to-Point Protocol")
|
||||
|
|
Loading…
Reference in a new issue