···2233args:
4455-# see the substituteAll in the nixpkgs documentation for usage and constaints
55+# see the substituteAll in the nixpkgs documentation for usage and constraints
66stdenvNoCC.mkDerivation ({
77 name = if args ? name then args.name else baseNameOf (toString args.src);
88 builder = ./substitute-all.sh;