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:
committed by
Masum Reza
parent
a0fbf984df
commit
5627533e0f
@@ -19,7 +19,7 @@ perlPackages.buildPerlPackage {
|
||||
buildInputs = with perlPackages; [
|
||||
EnvPath
|
||||
FileShareDir
|
||||
IOPty
|
||||
IOTty
|
||||
IOStty
|
||||
ListMoreUtils
|
||||
RegexpCommon
|
||||
|
||||
@@ -70,7 +70,7 @@ perlPackages.buildPerlPackage rec {
|
||||
FileLibMagic
|
||||
HashMerge
|
||||
HTTPMessage
|
||||
IOPty
|
||||
IOTty
|
||||
IOString
|
||||
JSONMaybeXS
|
||||
LWP
|
||||
|
||||
Reference in New Issue
Block a user