darwin: disable broken packages

This commit is contained in:
Matthew Bauer
2018-03-08 17:21:17 -06:00
parent 4ff4ef51b7
commit 54e2c28b09
10 changed files with 17 additions and 11 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ stdenv.mkDerivation {
description = "GNU Compiler Collection, version ${version} for AVR microcontrollers";
homepage = http://gcc.gnu.org;
license = licenses.gpl3Plus;
platforms = platforms.unix;
platforms = platforms.linux;
maintainers = with maintainers; [ mguentner ];
};
}