Merge pull request #116535 from SuperSandro2000/fix-collection27

This commit is contained in:
Sandro
2021-03-18 13:43:53 +01:00
committed by GitHub
22 changed files with 64 additions and 58 deletions
+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;
};
}