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
@ -417,7 +417,8 @@ key-value pair databases and a real LDAP database.")
|
||||
(("/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 New Issue
Block a user