global: use IOTty instead of IOPty

These are both equivalent to one another, and we're about to convert the
IOPty package to become an alias of IOTty. It follows that the IOPty
package will only be available when `conf.allowAliases = true`.
This commit is contained in:
Patrick Steinhardt
2025-05-26 14:13:33 +05:30
committed by Masum Reza
parent a0fbf984df
commit 5627533e0f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ perlPackages.buildPerlPackage {
buildInputs = with perlPackages; [
EnvPath
FileShareDir
IOPty
IOTty
IOStty
ListMoreUtils
RegexpCommon
+1 -1
View File
@@ -70,7 +70,7 @@ perlPackages.buildPerlPackage rec {
FileLibMagic
HashMerge
HTTPMessage
IOPty
IOTty
IOString
JSONMaybeXS
LWP