mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-03 05:37:19 +02:00
Merge pull request #281 from CHN-beta/feat-nix-packaging
use netcat instead of netcat-gnu
This commit is contained in:
commit
d248abcc64
@ -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
|
||||
];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user