added a few fixes from the discussion on irc with marc weber

svn path=/nixpkgs/trunk/; revision=33072
This commit is contained in:
Joachim Schiele 2012-03-14 18:18:49 +00:00
parent 73f9e302a0
commit 0416bc1ddb

View File

@ -25,15 +25,14 @@
buildInputs = [ libtool stdenv perl curl bzip2 openssl aterm242fixes db45 autoconf automake zlib ];
cTags = [ aterm242fixes];
};
[...]
};
}
Put this into your .bashrc
loadEnv(){ . "${HOME}/.nix-profile/dev-envs/${1}" }
loadEnv(){ . "${HOME}/.nix-profile/dev-envs/${1}"; }
then nix-env -iA ...nixEnv
then nix-env -iA env-nix
and
$ loadEnv postgresql