samba4: mark broken when enableGlusterFS is true

This commit is contained in:
Bernardo Meurer 2021-02-07 18:26:38 -08:00
parent 82d1996d06
commit 1dc0745517

View file

@ -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 ];
};
}