···373373374374##### `srcs` / `src` {#var-stdenv-src}
375375376376-The list of source files or directories to be unpacked or copied. One of these must be set.
376376+The list of source files or directories to be unpacked or copied. One of these must be set. Note that if you use `srcs`, you should also set `sourceRoot` or `setSourceRoot`.
377377378378##### `sourceRoot` {#var-stdenv-sourceRoot}
379379380380-After running `unpackPhase`, the generic builder changes the current directory to the directory created by unpacking the sources. If there are multiple source directories, you should set `sourceRoot` to the name of the intended directory.
380380+After running `unpackPhase`, the generic builder changes the current directory to the directory created by unpacking the sources. If there are multiple source directories, you should set `sourceRoot` to the name of the intended directory. Set `sourceRoot = ".";` if you use `srcs` and control the unpack phase yourself.
381381382382##### `setSourceRoot` {#var-stdenv-setSourceRoot}
383383