nixpkgs/pkgs-ng/system/all-packages.fix
Eelco Dolstra 668eaa8960 * More prototyping.
svn path=/nixpkgs/trunk/; revision=449
2003-10-31 17:12:09 +00:00

14 lines
241 B
Plaintext

{system}: rec
{ stdenv = (import ../stdenv)
{ system = system
}
, fetchurl = (import ../fetchurl)
{ stdenv = stdenv
}
, aterm = (import ../aterm)
{ fetchurl = fetchurl
, stdenv = stdenv
}
}