mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
python3Packages.iterm2: make darwin only
requires pyobjc package, which is only available for darwin
This commit is contained in:
parent
1c18e51119
commit
f411927e63
@ -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 New Issue
Block a user