spring: mark broken

This commit is contained in:
Sandro Jäckel
2021-03-17 22:55:07 +01:00
parent c3c1358ca2
commit 28fd5b36ea
+2
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;
};
}