summary refs log tree commit diff
path: root/pkgs/development/python-modules/libtmux
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-01-06 11:30:36 -0500
committerMario Rodas <marsam@users.noreply.github.com>2019-01-06 11:35:21 -0500
commit7f76246bef806b551bb3e74adbd0197544fd3444 (patch)
treed069a74db21aac9508e35d8c3fd30ee09267dc01 /pkgs/development/python-modules/libtmux
parent5b201a8e98e50e25f284860d7e84ebc7b93a6d34 (diff)
downloadnixpkgs-7f76246bef806b551bb3e74adbd0197544fd3444.tar
nixpkgs-7f76246bef806b551bb3e74adbd0197544fd3444.tar.gz
nixpkgs-7f76246bef806b551bb3e74adbd0197544fd3444.tar.bz2
nixpkgs-7f76246bef806b551bb3e74adbd0197544fd3444.tar.lz
nixpkgs-7f76246bef806b551bb3e74adbd0197544fd3444.tar.xz
nixpkgs-7f76246bef806b551bb3e74adbd0197544fd3444.tar.zst
nixpkgs-7f76246bef806b551bb3e74adbd0197544fd3444.zip
pythonPackages.libtmux: enable darwin build
Diffstat (limited to 'pkgs/development/python-modules/libtmux')
-rw-r--r--pkgs/development/python-modules/libtmux/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/libtmux/default.nix b/pkgs/development/python-modules/libtmux/default.nix
index 417baed9560..43b75b30f5a 100644
--- a/pkgs/development/python-modules/libtmux/default.nix
+++ b/pkgs/development/python-modules/libtmux/default.nix
@@ -21,8 +21,6 @@ buildPythonPackage rec {
     description = "Scripting library for tmux";
     homepage = https://libtmux.readthedocs.io/;
     license = licenses.bsd3;
-    platforms = platforms.linux;
     maintainers = with maintainers; [ jgeerds ];
   };
 }
-