nixpkgs/pkgs/stdenv/generic
Domen Kožar 7a5b85cdda pkgs.runCommand: passAsFile (buildCommand can be very long)
Close #15803. This avoids the error:

while setting up the build environment: executing
‘/nix/store/7sb42axk5lrxqz45nldrb2pchlys14s1-bash-4.3-p42/bin/bash’:
Argument list too long

Note: I wanted to make it optional based on buildCommand length,
but that seems pointless as I'm sure it's less performant.

Amended by vcunat:
https://github.com/NixOS/nixpkgs/pull/15803#issuecomment-224841225
2016-06-10 10:49:26 +02:00
..
builder.sh stdenv: Statically include the default build inputs 2014-11-06 12:10:28 +01:00
default-builder.sh * "." -> "source". 2005-12-05 14:11:09 +00:00
default.nix Merge #14920: windows improvements, mainly mingw 2016-05-05 08:30:19 +02:00
setup.sh pkgs.runCommand: passAsFile (buildCommand can be very long) 2016-06-10 10:49:26 +02:00