spring: mark broken

This commit is contained in:
Sandro Jäckel 2021-03-11 23:53:56 +01:00
parent c3c1358ca2
commit 28fd5b36ea
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -60,5 +60,7 @@ stdenv.mkDerivation rec {
license = licenses.gpl2;
maintainers = with maintainers; [ phreedom qknight domenkozar sorki ];
platforms = platforms.linux;
# error: 'snprintf' was not declared in this scope
broken = true;
};
}