cie-middleware-linux: try re-enabling darwin

(cherry picked from commit c712a2d78c)
This commit is contained in:
rnhmjoj 2025-06-07 16:43:10 +02:00 committed by github-actions[bot]
parent 9f7e97bf0f
commit aa67dc9203

View file

@ -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 ];
};
}