pingtcp: install README.md

This commit is contained in:
Tobias Geerinckx-Rice 2016-01-04 21:13:46 +01:00
parent 3a9c863150
commit bb288f43af

View File

@ -22,6 +22,10 @@ stdenv.mkDerivation {
doCheck = false;
postInstall = ''
install -Dm644 {..,$out/share/doc/pingtcp}/README.md
'';
meta = with stdenv.lib; {
inherit version;
description = "Measure TCP handshake time";