5 # see the substituteAll in the nixpkgs documentation for usage and constaints
6 stdenvNoCC.mkDerivation ({
7 name = if args ? name then args.name else baseNameOf (toString args.src);
8 builder = ./substitute-all.sh;
10 preferLocalBuild = true;
11 allowSubstitutes = false;