* Alias make to gmake on FreeBSD.

svn path=/nixpkgs/trunk/; revision=3049
This commit is contained in:
Eelco Dolstra 2005-05-16 01:21:53 +00:00
parent 6485d5fc09
commit a3407f79dd
2 changed files with 4 additions and 0 deletions

View File

@ -1 +1,4 @@
export NIX_ENFORCE_PURITY=
alias make=gmake
export MAKE=gmake
shopt -s expand_aliases

View File

@ -95,6 +95,7 @@ let {
i686FreeBSDPkgs = {inherit (allPackages {system = "i686-freebsd";})
unzip
aterm
subversion
curl
libxml2