2010-06-15 13:16:35 +02:00
|
|
|
{stdenv, dotnetfx}:
|
|
|
|
|
|
|
|
{
|
2010-06-15 14:23:28 +02:00
|
|
|
buildSolution = import ./build-solution.nix {
|
2010-06-15 13:16:35 +02:00
|
|
|
inherit stdenv;
|
|
|
|
dotnetfx = dotnetfx.pkg;
|
|
|
|
};
|
2011-09-13 14:17:04 +02:00
|
|
|
|
2010-06-15 13:16:35 +02:00
|
|
|
inherit (dotnetfx) assembly20Path wcfPath referenceAssembly30Path referenceAssembly35Path;
|
|
|
|
}
|