mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
* Alias make to gmake on FreeBSD.
svn path=/nixpkgs/trunk/; revision=3049
This commit is contained in:
parent
6485d5fc09
commit
a3407f79dd
@ -1 +1,4 @@
|
||||
export NIX_ENFORCE_PURITY=
|
||||
alias make=gmake
|
||||
export MAKE=gmake
|
||||
shopt -s expand_aliases
|
@ -95,6 +95,7 @@ let {
|
||||
|
||||
i686FreeBSDPkgs = {inherit (allPackages {system = "i686-freebsd";})
|
||||
unzip
|
||||
aterm
|
||||
subversion
|
||||
curl
|
||||
libxml2
|
||||
|
Loading…
Reference in New Issue
Block a user