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}:
|
||||
|
||||
{
|
||||
buildSolution = import ./buildSolution.nix {
|
||||
buildSolution = import ./build-solution.nix {
|
||||
inherit stdenv;
|
||||
dotnetfx = dotnetfx.pkg;
|
||||
};
|
||||
|
@ -1,7 +1,7 @@
|
||||
{stdenv, vs}:
|
||||
|
||||
{
|
||||
buildSolution = import ./buildSolution.nix {
|
||||
buildSolution = import ./build-solution.nix {
|
||||
inherit stdenv vs;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user