about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorReuben D'Netto <rdnetto@atlassian.com>2018-11-05 12:19:05 +1100
committerReuben D'Netto <rdnetto@atlassian.com>2018-11-07 10:29:06 +1100
commit91c9d5a00ae7adaad7c1e5e5663b3d98d86d507f (patch)
tree803d1059da92014d29f4ae104621dca0cd9a9465 /pkgs
parent2f9fc897eb305abee1206061a20f65c12243b0b4 (diff)
downloadnixlib-91c9d5a00ae7adaad7c1e5e5663b3d98d86d507f.tar
nixlib-91c9d5a00ae7adaad7c1e5e5663b3d98d86d507f.tar.gz
nixlib-91c9d5a00ae7adaad7c1e5e5663b3d98d86d507f.tar.bz2
nixlib-91c9d5a00ae7adaad7c1e5e5663b3d98d86d507f.tar.lz
nixlib-91c9d5a00ae7adaad7c1e5e5663b3d98d86d507f.tar.xz
nixlib-91c9d5a00ae7adaad7c1e5e5663b3d98d86d507f.tar.zst
nixlib-91c9d5a00ae7adaad7c1e5e5663b3d98d86d507f.zip
humanize: loosen platform restriction to include OSX
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/humanize/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/humanize/default.nix b/pkgs/development/python-modules/humanize/default.nix
index 25c335c0016f..f1fac28dd939 100644
--- a/pkgs/development/python-modules/humanize/default.nix
+++ b/pkgs/development/python-modules/humanize/default.nix
@@ -22,7 +22,7 @@ buildPythonPackage rec {
     homepage = https://github.com/jmoiron/humanize;
     license = licenses.mit;
     maintainers = with maintainers; [ ];
-    platforms = platforms.linux; # can only test on linux
+    platforms = platforms.unix;
   };
 
 }