From b08cf58c594a3347196e8b88441bc8344ed3da4d Mon Sep 17 00:00:00 2001 From: Sander van der Burg Date: Wed, 23 Sep 2009 13:54:45 +0000 Subject: Added more aliases to GNU tools, since the BSD userspace is sometimes too poor (i.e. lacks certain options to commands) to deal with our scripts svn path=/nixpkgs/trunk/; revision=17363 --- pkgs/stdenv/native/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/stdenv/native') diff --git a/pkgs/stdenv/native/default.nix b/pkgs/stdenv/native/default.nix index 72ce8e272999..cc76a88db70f 100644 --- a/pkgs/stdenv/native/default.nix +++ b/pkgs/stdenv/native/default.nix @@ -38,6 +38,9 @@ rec { alias make=gmake alias grep=ggrep + alias mv=gmv + alias ln=gln + alias sed=gsed export MAKE=gmake shopt -s expand_aliases -- cgit 1.4.1