cie-middleware-linux: try re-enabling darwin

This commit is contained in:
rnhmjoj
2025-06-07 16:43:10 +02:00
parent 165ad6efdc
commit c712a2d78c
@@ -145,8 +145,6 @@ stdenv.mkDerivation {
'';
license = licenses.bsd3;
platforms = platforms.unix;
# Note: fails due to a lot of broken type conversions
badPlatforms = platforms.darwin;
maintainers = with maintainers; [ rnhmjoj ];
};
}