chawan: fix build on darwin (#394941)

This commit is contained in:
Aleksana
2025-04-11 21:41:19 +08:00
committed by GitHub
-3
View File
@@ -11,7 +11,6 @@
pkg-config,
zlib,
unstableGitUpdater,
libseccomp,
replaceVars,
}:
@@ -48,7 +47,6 @@ stdenv.mkDerivation {
buildInputs = [
curlMinimal
libseccomp
ncurses
zlib
];
@@ -83,6 +81,5 @@ stdenv.mkDerivation {
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ jtbx ];
mainProgram = "cha";
broken = stdenv.hostPlatform.isDarwin; # pending PR #292043
};
}