screen: mark as broken on darwin

Disabling PAM doesn't help much.
This commit is contained in:
misuzu
2025-01-28 23:49:14 +02:00
parent 4fd304c580
commit d5ea40e125
+2
View File
@@ -71,5 +71,7 @@ stdenv.mkDerivation rec {
platforms = platforms.unix;
maintainers = [ ];
# checking for PAM support... configure: error: no
broken = stdenv.hostPlatform.isDarwin;
};
}