pingtcp: install README.md
This commit is contained in:
parent
3a9c863150
commit
bb288f43af
@ -22,6 +22,10 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
install -Dm644 {..,$out/share/doc/pingtcp}/README.md
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
inherit version;
|
inherit version;
|
||||||
description = "Measure TCP handshake time";
|
description = "Measure TCP handshake time";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user