Merge pull request #126304 from ratsclub/YamlDotNet-remove

This commit is contained in:
Sandro 2021-06-12 18:25:22 +02:00 committed by GitHub
commit 79f80c4bba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -481,18 +481,4 @@ let self = dotnetPackages // overrides; dotnetPackages = with self; {
outputFiles = [ "*" ]; outputFiles = [ "*" ];
}; };
YamlDotNet = fetchNuGet {
baseName = "YamlDotNet";
version = "11.1.1";
sha256 = "rwZ/QyDVrN3wGrEYKY3QY5Xqo2Tp3FkR6dh4QrC+QS0=";
outputFiles = [ "lib/*" ];
meta = with lib; {
description = "YamlDotNet is a .NET library for YAML";
homepage = "https://github.com/aaubry/YamlDotNet";
license = licenses.mit;
maintainers = [ maintainers.ratsclub ];
};
};
}; in self }; in self