mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
796636040a
svn path=/nixpkgs/trunk/; revision=4445
3 lines
93 B
Bash
3 lines
93 B
Bash
source $stdenv/setup
|
|
if test -n "$coreutils"; then PATH=$coreutils/bin:$PATH; fi
|
|
genericBuild |