970ce3a878
svn path=/nixpkgs/trunk/; revision=22272
11 lines
222 B
Nix
11 lines
222 B
Nix
{stdenv, dotnetfx}:
|
|
|
|
{
|
|
buildSolution = import ./buildSolution.nix {
|
|
inherit stdenv;
|
|
dotnetfx = dotnetfx.pkg;
|
|
};
|
|
|
|
inherit (dotnetfx) assembly20Path wcfPath referenceAssembly30Path referenceAssembly35Path;
|
|
}
|