Merge pull request #112358 from lovesegfault/samba-broken

samba4: mark enableGlusterFS as broken
This commit is contained in:
Bernardo Meurer 2021-02-08 04:56:58 +00:00 committed by GitHub
commit b41908d537
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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