summary refs log tree commit diff
path: root/pkgs/top-level/aliases.nix
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-04-29 14:46:54 -0500
committerMatthew Bauer <mjbauer95@gmail.com>2018-04-29 14:47:12 -0500
commitc2148482c2b4d479017d94c5e8b80bdc9bdb9a03 (patch)
tree94bcfd4e9904b33c25c773e89b37e6046b602232 /pkgs/top-level/aliases.nix
parent3c3b82234a6faa5a4c07323d0066452055d1ea81 (diff)
downloadnixpkgs-c2148482c2b4d479017d94c5e8b80bdc9bdb9a03.tar
nixpkgs-c2148482c2b4d479017d94c5e8b80bdc9bdb9a03.tar.gz
nixpkgs-c2148482c2b4d479017d94c5e8b80bdc9bdb9a03.tar.bz2
nixpkgs-c2148482c2b4d479017d94c5e8b80bdc9bdb9a03.tar.lz
nixpkgs-c2148482c2b4d479017d94c5e8b80bdc9bdb9a03.tar.xz
nixpkgs-c2148482c2b4d479017d94c5e8b80bdc9bdb9a03.tar.zst
nixpkgs-c2148482c2b4d479017d94c5e8b80bdc9bdb9a03.zip
libressl: move netcat stuff to '.nc' output
I still feel weird about doing this because it seems a little hacky
but this was requested by @Mic92 and seems understandable to not want
to mix up libressl outputs with netcat stuff.
Diffstat (limited to 'pkgs/top-level/aliases.nix')
-rw-r--r--pkgs/top-level/aliases.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index a7f59d1268f..334905b79f2 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -138,7 +138,7 @@ mapAliases (rec {
   mupen64plus1_5 = mupen64plus; # added 2016-02-12
   mysqlWorkbench = mysql-workbench; # added 2017-01-19
   ncat = nmap;  # added 2016-01-26
-  netcat-openbsd = libressl.bin; # added 2018-04-25
+  netcat-openbsd = libressl.nc; # added 2018-04-25
   networkmanager_fortisslvpn = networkmanager-fortisslvpn; # added 2018-02-25
   networkmanager_iodine = networkmanager-iodine; # added 2018-02-25
   networkmanager_l2tp = networkmanager-l2tp; # added 2018-02-25