This website requires JavaScript.
Explore
Help
Sign In
philipp
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
0
Code
Issues
Pull requests
Projects
Releases
Activity
72cc82d49a
nixpkgs
/
pkgs
/
build-support
/
vsenv
/
default.nix
8 lines
97 B
Nix
Raw
Normal View
History
Unescape
Escape
Added my very experimental Visual Studio build stuff. You should be even more brave to use this svn path=/nixpkgs/trunk/; revision=22273
2010-06-15 13:32:19 +02:00
{
stdenv
,
vs
}:
{
Renamed buildSolution => build-solution svn path=/nixpkgs/trunk/; revision=22277
2010-06-15 14:23:28 +02:00
buildSolution
=
import
./build-solution.nix
{
Added my very experimental Visual Studio build stuff. You should be even more brave to use this svn path=/nixpkgs/trunk/; revision=22273
2010-06-15 13:32:19 +02:00
inherit
stdenv
vs
;
}
;
}
Reference in a new issue
Copy permalink