samba3_light: fix package
This commit is contained in:
parent
5a92c9f0a1
commit
d926582bd1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue