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

3 lines
88 B
Bash
Raw Normal View History

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