Merge pull request #112358 from lovesegfault/samba-broken
samba4: mark enableGlusterFS as broken
This commit is contained in:
commit
b41908d537
@ -158,7 +158,8 @@ stdenv.mkDerivation rec {
|
|||||||
description = "The standard Windows interoperability suite of programs for Linux and Unix";
|
description = "The standard Windows interoperability suite of programs for Linux and Unix";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
broken = stdenv.isDarwin;
|
# N.B. enableGlusterFS does not build
|
||||||
|
broken = stdenv.isDarwin || enableGlusterFS;
|
||||||
maintainers = with maintainers; [ aneeshusa ];
|
maintainers = with maintainers; [ aneeshusa ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user