nixpkgs/pkgs/tools/text/diffutils/builder.sh

3 lines
93 B
Bash
Raw Normal View History

source $stdenv/setup
if test -n "$coreutils"; then PATH=$coreutils/bin:$PATH; fi
genericBuild