Mark a bunch of packages as broken or not supported on Darwin
This commit is contained in:
@@ -18,5 +18,6 @@ stdenv.mkDerivation {
|
||||
license = "BSD";
|
||||
maintainers = with stdenv.lib.maintainers; [viric];
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user