python3Packages.iterm2: make darwin only

requires pyobjc package, which is only available for darwin
This commit is contained in:
Jonathan Ringer 2020-11-05 15:35:09 -08:00
parent 1c18e51119
commit f411927e63

View file

@ -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 ];
};
}