From 5627533e0f9451cd1ab25ca0f98485d32b413f38 Mon Sep 17 00:00:00 2001 From: Patrick Steinhardt Date: Mon, 30 Dec 2024 12:28:42 +0100 Subject: [PATCH] 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`. --- pkgs/by-name/co/cope/package.nix | 2 +- pkgs/by-name/re/rex/package.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/co/cope/package.nix b/pkgs/by-name/co/cope/package.nix index d1aed0b02c5b..4d556f53c0d7 100644 --- a/pkgs/by-name/co/cope/package.nix +++ b/pkgs/by-name/co/cope/package.nix @@ -19,7 +19,7 @@ perlPackages.buildPerlPackage { buildInputs = with perlPackages; [ EnvPath FileShareDir - IOPty + IOTty IOStty ListMoreUtils RegexpCommon diff --git a/pkgs/by-name/re/rex/package.nix b/pkgs/by-name/re/rex/package.nix index 881a30c23f1b..d33789e9f37a 100644 --- a/pkgs/by-name/re/rex/package.nix +++ b/pkgs/by-name/re/rex/package.nix @@ -70,7 +70,7 @@ perlPackages.buildPerlPackage rec { FileLibMagic HashMerge HTTPMessage - IOPty + IOTty IOString JSONMaybeXS LWP