use netcat instead of netcat-gnu

This commit is contained in:
chn 2024-10-05 14:08:39 +08:00
parent 7f3cdcee4d
commit 64478a87a4

View File

@ -6,7 +6,7 @@
freerdp3, freerdp3,
dialog, dialog,
libnotify, libnotify,
netcat-gnu, netcat,
iproute2, iproute2,
... ...
}: }:
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
freerdp3 freerdp3
libnotify libnotify
dialog dialog
netcat-gnu netcat
iproute2 iproute2
]; ];