From fc62a67397e8e16df29f9cf50c63dc8a4d018eeb Mon Sep 17 00:00:00 2001 From: Sachi King Date: Wed, 7 Aug 2024 15:22:00 +1000 Subject: [PATCH] rkbin: Include license in docs The license was not being included with the output. Include the license for good measure. --- pkgs/by-name/rk/rkbin/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/rk/rkbin/package.nix b/pkgs/by-name/rk/rkbin/package.nix index 2aad09d08bf0..0813255c4ceb 100644 --- a/pkgs/by-name/rk/rkbin/package.nix +++ b/pkgs/by-name/rk/rkbin/package.nix @@ -18,6 +18,7 @@ stdenv.mkDerivation { installPhase = '' mkdir $out mv bin doc $out/ + cp LICENSE $out/doc/LICENSE ''; passthru = {