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