guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/06: gnu: ppp: Return #t from all phases.


From: Marius Bakke
Subject: 06/06: gnu: ppp: Return #t from all phases.
Date: Mon, 3 Sep 2018 12:59:27 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit cbd7c65709b1195de9196772c7f8ae6863797b35
Author: Marius Bakke <address@hidden>
Date:   Mon Sep 3 15:35:23 2018 +0200

    gnu: ppp: Return #t from all phases.
    
    * gnu/packages/samba.scm (ppp)[arguments]: Return #t from phase.
---
 gnu/packages/samba.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm
index 345655d..a6d6ee3 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]