rkbin: Include license in docs
The license was not being included with the output. Include the license for good measure.
This commit is contained in:
parent
29baf5ff29
commit
fc62a67397
@ -18,6 +18,7 @@ stdenv.mkDerivation {
|
||||
installPhase = ''
|
||||
mkdir $out
|
||||
mv bin doc $out/
|
||||
cp LICENSE $out/doc/LICENSE
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
|
Loading…
Reference in New Issue
Block a user