Renamed buildSolution => build-solution
svn path=/nixpkgs/trunk/; revision=22277
This commit is contained in:
parent
cc6acb3e40
commit
2b7faad594
@ -1,7 +1,7 @@
|
|||||||
{stdenv, dotnetfx}:
|
{stdenv, dotnetfx}:
|
||||||
|
|
||||||
{
|
{
|
||||||
buildSolution = import ./buildSolution.nix {
|
buildSolution = import ./build-solution.nix {
|
||||||
inherit stdenv;
|
inherit stdenv;
|
||||||
dotnetfx = dotnetfx.pkg;
|
dotnetfx = dotnetfx.pkg;
|
||||||
};
|
};
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{stdenv, vs}:
|
{stdenv, vs}:
|
||||||
|
|
||||||
{
|
{
|
||||||
buildSolution = import ./buildSolution.nix {
|
buildSolution = import ./build-solution.nix {
|
||||||
inherit stdenv vs;
|
inherit stdenv vs;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user