nixpkgs/pkgs/stdenv
Profpatsch 77fa336849 setup.hs: substitute uses only valid bash names
bash variable names may only contain alphanumeric ASCII-symbols and _,
and must not start with a number. Nix expression attribute names however
might contain nearly every character (in particular spaces and dashes).

Previously, a substitution that was not a valid bash name would be
expanded to an empty string. This commit introduce a check that throws
a (hopefully) helpful error when a wrong name is used in a substitution.
2016-04-23 17:54:32 +02:00
..
cygwin cygwin: stdenv 2015-05-28 10:53:34 +02:00
darwin stdenv-darwin: fix build 2016-04-16 18:21:32 -04:00
freebsd Replace references to all-packages.nix, by references to the top-level of nixpkgs repository. 2016-03-13 18:25:52 +00:00
generic setup.hs: substitute uses only valid bash names 2016-04-23 17:54:32 +02:00
linux bootstrap-tools-linux: Use tar without acl 2016-04-18 00:02:44 +02:00
native cc-wrapper: add option to skip flags for native optimizations 2016-03-24 20:16:17 +03:00
nix cc-wrapper: add option to skip flags for native optimizations 2016-03-24 20:16:17 +03:00
adapters.nix useOldCXXAbi: Change into a setup hook 2016-04-01 13:36:59 +02:00
common-path.nix bzip2: split into multiple outputs, refactor 2015-04-18 19:32:52 +02:00
default.nix Merge branch 'master' into staging 2016-01-05 10:28:58 +01:00