dotnet-sdk: properly copy license files.

After changing license files to be in /share/doc, the
combining script required fixes.
This commit is contained in:
mdarocha 2022-10-06 21:58:54 +02:00
parent 7e72f178f7
commit 2c3a2ac7e2

View File

@ -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