python3Packages.iterm2: make darwin only
requires pyobjc package, which is only available for darwin
This commit is contained in:
parent
1c18e51119
commit
f411927e63
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ buildPythonPackage rec {
|
|||
description = "Python interface to iTerm2's scripting API";
|
||||
homepage = "https://github.com/gnachman/iTerm2";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.darwin;
|
||||
maintainers = with maintainers; [ jeremyschlatter ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue