Merge branch 'darwin-fixes2'

This commit is contained in:
Matthew Bauer
2018-12-02 14:15:05 -06:00
9 changed files with 139 additions and 9 deletions

View File

@@ -31,5 +31,6 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.gpl2;
maintainers = with maintainers; [ edwtjo phreedom ];
platforms = platforms.unix;
broken = stdenv.hostPlatform.isDarwin;
};
}