From 441fabdc0b2b6d6b52bc76ac802e48a039f946c0 Mon Sep 17 00:00:00 2001 From: Nicolas Hiillos Date: Thu, 17 Aug 2023 09:54:44 +0300 Subject: [PATCH] Add tty --- ethercat.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/ethercat.nix b/ethercat.nix index 0df96e7..0457098 100644 --- a/ethercat.nix +++ b/ethercat.nix @@ -57,6 +57,7 @@ stdenv.mkDerivation { "--disable-8139too" "--enable-tool" "--enable-userlib" + "--enable-tty" "--with-linux-dir=${kernel.dev}/lib/modules/${kernel.modDirVersion}/build" ]; #++ lib.optionals (!guiSupport) [ "--disable-gui" "--enable-systemd" ] # TODO add flags for nongeneric NICs like this