summary refs log tree commit diff
path: root/pkgs/development/python-modules/pyicu
diff options
context:
space:
mode:
authorFreezeboy <freezeboy@users.noreply.github.com>2019-02-17 14:00:33 +0100
committerfreezeboy <freezeboy@users.github.com>2019-02-18 10:56:58 +0100
commit8f87a61de202067f618f028b82256055c46337bc (patch)
tree4e0a54b5091901205ccf1de68ff3d711af7be8bf /pkgs/development/python-modules/pyicu
parentb75eab88bde1b13cbe83d25b477d83eaf811e0cf (diff)
downloadnixpkgs-8f87a61de202067f618f028b82256055c46337bc.tar
nixpkgs-8f87a61de202067f618f028b82256055c46337bc.tar.gz
nixpkgs-8f87a61de202067f618f028b82256055c46337bc.tar.bz2
nixpkgs-8f87a61de202067f618f028b82256055c46337bc.tar.lz
nixpkgs-8f87a61de202067f618f028b82256055c46337bc.tar.xz
nixpkgs-8f87a61de202067f618f028b82256055c46337bc.tar.zst
nixpkgs-8f87a61de202067f618f028b82256055c46337bc.zip
Replace platforms.linux with platforms.darwin for expressions that compile on darwin too (too restrictive platforms)
Diffstat (limited to 'pkgs/development/python-modules/pyicu')
-rw-r--r--pkgs/development/python-modules/pyicu/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pyicu/default.nix b/pkgs/development/python-modules/pyicu/default.nix
index 4b984566e91..d0db3c6ed83 100644
--- a/pkgs/development/python-modules/pyicu/default.nix
+++ b/pkgs/development/python-modules/pyicu/default.nix
@@ -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 ];
   };