Commit fc62a673 authored by Sachi King's avatar Sachi King
Browse files

rkbin: Include license in docs

The license was not being included with the output.  Include the license
for good measure.
parent 29baf5ff
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ stdenv.mkDerivation {
  installPhase = ''
    mkdir $out
    mv bin doc $out/
    cp LICENSE $out/doc/LICENSE
  '';

  passthru = {