samba: Fixes for build and paths

This commit is contained in:
William A. Kennington III 2015-01-03 17:53:50 -08:00
parent 8ec82fcb18
commit b50a73cab3
2 changed files with 2 additions and 0 deletions

View file

@ -83,6 +83,7 @@ stdenv.mkDerivation rec {
++ (if glusterfs != null then [ "--enable-glusterfs" ] else [ "--disable-glusterfs" ]) ++ [
# dynconfig/wscript options
"--enable-fhs"
"--sysconfdir=/etc"
"--localstatedir=/var"
# buildtools/wafsamba/wscript options

View file

@ -7908,6 +7908,7 @@ let
pythonPackages = python2Packages;
libiconv = if stdenv.isLinux then null else libiconv;
libgcrypt = libgcrypt_1_6;
glusterfs = null; # Broken in the current build
};
samba = samba4;