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
commit d248abcc64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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
];