mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
pingtcp: install README.md
This commit is contained in:
parent
3a9c863150
commit
bb288f43af
1 changed files with 4 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue