samba4: mark broken when enableGlusterFS is true
This commit is contained in:
@@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user