* More prototyping.

svn path=/nixpkgs/trunk/; revision=449
This commit is contained in:
Eelco Dolstra
2003-10-31 17:12:09 +00:00
parent 33f773c97a
commit 668eaa8960
5 changed files with 23 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
{system}: derivation
{ name = "stdenv"
, system = system
, builder = ./builder.sh
}