nbd: drop ad-hoc copying of readme, the manpages already cover everything
This commit is contained in:
parent
52f1d9b03a
commit
d12f11bbb1
1 changed files with 0 additions and 5 deletions
|
@ -38,11 +38,6 @@ stdenv.mkDerivation rec {
|
|||
"--sysconfdir=/etc"
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
mkdir -p "$out/share/doc/nbd-${version}"
|
||||
cp README.md "$out/share/doc/nbd-${version}/"
|
||||
'';
|
||||
|
||||
doCheck = !stdenv.isDarwin;
|
||||
|
||||
passthru.tests = {
|
||||
|
|
Loading…
Reference in a new issue