mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
pingtcp: install README.md
This commit is contained in:
parent
3a9c863150
commit
bb288f43af
@ -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 New Issue
Block a user