mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
pkgs/tools/networking/nbd: install the README file to $out/share/doc
The README contains documentation that is useful in addition to the man pages. svn path=/nixpkgs/trunk/; revision=22875
This commit is contained in:
parent
c8d53236b1
commit
9ef0f1b935
@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
|
|||||||
# machines that have a different setup than the local one.
|
# machines that have a different setup than the local one.
|
||||||
configureFlags = "LDFLAGS=-static";
|
configureFlags = "LDFLAGS=-static";
|
||||||
|
|
||||||
|
postInstall = ''install -D -m 444 README "$out/share/doc/nbd/README"'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://nbd.sourceforge.net";
|
homepage = "http://nbd.sourceforge.net";
|
||||||
description = "map arbitrary files as block devices over the network";
|
description = "map arbitrary files as block devices over the network";
|
||||||
|
Loading…
Reference in New Issue
Block a user