samba4: mark broken when enableGlusterFS is true
This commit is contained in:
parent
82d1996d06
commit
1dc0745517
1 changed files with 2 additions and 1 deletions
|
@ -158,7 +158,8 @@ stdenv.mkDerivation rec {
|
|||
description = "The standard Windows interoperability suite of programs for Linux and Unix";
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.unix;
|
||||
broken = stdenv.isDarwin;
|
||||
# N.B. enableGlusterFS does not build
|
||||
broken = stdenv.isDarwin || enableGlusterFS;
|
||||
maintainers = with maintainers; [ aneeshusa ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue