1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

netcat-openbsd: install man page

This commit is contained in:
sternenseemann 2016-10-30 02:54:19 +02:00
parent e2372502d3
commit bbe9159725

View file

@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
installPhase = ''
install -Dm0755 nc $out/bin/nc
install -Dm0644 nc.1 $out/share/man/man1/nc.1
'';
meta = {