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:
Sachi King 2024-08-07 15:22:00 +10:00
parent 29baf5ff29
commit fc62a67397

View File

@ -18,6 +18,7 @@ stdenv.mkDerivation {
installPhase = ''
mkdir $out
mv bin doc $out/
cp LICENSE $out/doc/LICENSE
'';
passthru = {