Merge pull request #281 from CHN-beta/feat-nix-packaging

use netcat instead of netcat-gnu
This commit is contained in:
Oskar Manhart
2024-10-05 09:54:52 +02:00
committed by GitHub

View File

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