nixpkgs/pkgs/build-support/dotnet
aleksana 571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
..
add-nuget-deps addNuGetDeps: fix fetch-deps output path handling 2024-09-17 01:14:28 -03:00
build-dotnet-global-tool buildDotnetModule: use individual dependencies for nugetDeps 2024-09-06 16:05:19 -03:00
build-dotnet-module treewide: use getLib when accessing clang / libclang / stdenv.cc.cc 2024-11-07 10:27:41 +00:00
build-dotnet-package
dotnetenv dotnetenv.{buildSolution,buildWrapper}: follow editorconfig & follow common bash style 2024-09-13 18:17:41 +03:00
fetch-nupkg dotnet: split sdk packages by platform 2024-09-24 20:43:24 -03:00
fetchnuget fetchNuGet: add SRI hash support 2024-07-04 17:33:34 +08:00
make-nuget-deps dotnetCorePackages.fetchNupkg: split from mkNugetDeps 2024-09-05 23:46:23 -03:00
make-nuget-source mkNugetSource: Allow passing arbitrary stdenv.mkDerivation attrs 2024-01-02 20:27:20 +01:00