Replace platforms.linux with platforms.darwin for expressions that compile on darwin too (too restrictive platforms)

This commit is contained in:
Freezeboy
2019-02-17 14:00:33 +01:00
committed by freezeboy
parent b75eab88bd
commit 8f87a61de2
73 changed files with 73 additions and 73 deletions

View File

@@ -30,7 +30,7 @@ buildPythonPackage rec {
homepage = https://pypi.python.org/pypi/PyICU/;
description = "Python extension wrapping the ICU C++ API";
license = licenses.mit;
platforms = platforms.linux; # Maybe other non-darwin Unix
platforms = platforms.unix;
maintainers = [ maintainers.rycee ];
};