treewide: mark packages as buildable on darwin (PR #45364)

vcunat amended the commit a bit; see the PR for details/discussion.
This commit is contained in:
Vladimír Čunát
2019-09-15 10:48:07 +02:00
parent 9d392dec79
commit 991c0e1618
17 changed files with 16 additions and 19 deletions

View File

@@ -65,7 +65,6 @@ buildPythonPackage rec {
programming language.
'';
maintainers = with maintainers; [ edwtjo ];
broken = stdenv.targetPlatform.isDarwin;
license = licenses.gpl3Plus;
};
}