nixpkgs/pkgs-ng/system/user-environment.fix
Eelco Dolstra 1894a8b86c * Converting packages. This is the minimal Nix stdenv for building
the ATerm library.

svn path=/nixpkgs/trunk/; revision=459
2003-11-02 17:42:19 +00:00

9 lines
193 B
Plaintext

{system}: derivation
{ name = "user-environment"
, system = system
, builder = ./populate-linkdirs.pl
, pkgs =
[ ((import ./all-packages.fix) {system = system}).aterm
]
}