forked from mirrors/nixpkgs
pythonPackages.libtmux: enable darwin build
This commit is contained in:
parent
5b201a8e98
commit
7f76246bef
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue