Merge pull request #5570 from prikhi/fix-samba3-light

samba3_light: fix package
This commit is contained in:
William A. Kennington III 2015-01-04 00:00:36 -08:00
commit 6506baa500

View file

@ -7916,7 +7916,7 @@ let
smbclient = samba; smbclient = samba;
# A lightweight Samba 3, useful for non-Linux-based OSes. # A lightweight Samba 3, useful for non-Linux-based OSes.
samba3_light = lowPrio samba3.override { samba3_light = lowPrio (samba3.override {
pam = null; pam = null;
fam = null; fam = null;
cups = null; cups = null;
@ -7924,7 +7924,7 @@ let
openldap = null; openldap = null;
# libunwind 1.0.1 is not ported to GNU/Hurd. # libunwind 1.0.1 is not ported to GNU/Hurd.
libunwind = null; libunwind = null;
}; });
samba4_light = lowPrio (samba4.override { samba4_light = lowPrio (samba4.override {
# source3/wscript optionals # source3/wscript optionals