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:
parent
7e72f178f7
commit
2c3a2ac7e2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue