Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions pkgs/build-support/expand-response-params/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{ stdenv }:

#
# A "response file" is a sequence of arguments that is passed via a
# file, rather than via argv[]. These are used mainly for platforms
# like Windows and Darwin that have awkwardly-small limits on the
# amount of memory that argv[] can use.
#
stdenv.mkDerivation {
name = "expand-response-params";
src = ./expand-response-params.c;
Expand Down