about summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2018-11-15 22:01:53 +0000
committerAlyssa Ross <hi@alyssa.is>2019-01-25 15:08:46 +0000
commit0c41685c30e4717af25c2d51419e70b67d7f57d0 (patch)
treea6783c8c6695b25fb81588a05d13ffe60095ceb5 /pkgs/development/python-modules
parented57f9ff717e24e01b9caca9d18eb470a6a5f562 (diff)
downloadnixlib-0c41685c30e4717af25c2d51419e70b67d7f57d0.tar
nixlib-0c41685c30e4717af25c2d51419e70b67d7f57d0.tar.gz
nixlib-0c41685c30e4717af25c2d51419e70b67d7f57d0.tar.bz2
nixlib-0c41685c30e4717af25c2d51419e70b67d7f57d0.tar.lz
nixlib-0c41685c30e4717af25c2d51419e70b67d7f57d0.tar.xz
nixlib-0c41685c30e4717af25c2d51419e70b67d7f57d0.tar.zst
nixlib-0c41685c30e4717af25c2d51419e70b67d7f57d0.zip
pythonPackages.tlsh: broaden platforms
Builds fine on Darwin.
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/tlsh/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/tlsh/default.nix b/pkgs/development/python-modules/tlsh/default.nix
index 1b144b4db8d1..848c114543d2 100644
--- a/pkgs/development/python-modules/tlsh/default.nix
+++ b/pkgs/development/python-modules/tlsh/default.nix
@@ -31,7 +31,7 @@ buildPythonPackage rec {
     description = "Trend Micro Locality Sensitive Hash";
     homepage = https://github.com/trendmicro/tlsh;
     license = licenses.asl20;
-    platforms = platforms.linux;
+    platforms = platforms.unix;
   };
 
 }