sta: unbreak on darwin

Builds and runs just fine.
This commit is contained in:
Winter
2025-05-11 19:56:03 -04:00
parent 9f048ce93d
commit fa417a2bc0
-1
View File
@@ -31,7 +31,6 @@ stdenv.mkDerivation {
homepage = "https://github.com/simonccarter/sta";
maintainers = [ ];
platforms = platforms.all;
badPlatforms = platforms.darwin;
mainProgram = "sta";
};
}