From 2c3a2ac7e2ce9bc4bc830e5ce53d27ae5059aae2 Mon Sep 17 00:00:00 2001 From: mdarocha Date: Thu, 6 Oct 2022 21:58:54 +0200 Subject: [PATCH] dotnet-sdk: properly copy license files. After changing license files to be in /share/doc, the combining script required fixes. --- pkgs/development/compilers/dotnet/combine-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/dotnet/combine-packages.nix b/pkgs/development/compilers/dotnet/combine-packages.nix index 62461dbf32e2..7ca28e2fdc43 100644 --- a/pkgs/development/compilers/dotnet/combine-packages.nix +++ b/pkgs/development/compilers/dotnet/combine-packages.nix @@ -21,7 +21,7 @@ assert lib.assertMsg ((builtins.length packages) > 0) makeWrapper ]; postBuild = '' - cp -R ${cli}/{dotnet,LICENSE.txt,nix-support,ThirdPartyNotices.txt} $out/ + cp -R ${cli}/{dotnet,share,nix-support} $out/ mkdir $out/bin ln -s $out/dotnet $out/bin/dotnet