Tuomas Tynkkynen b471e125c2 nixos/tests/installer: Add stdenvNoCC to extraDependencies
The installer tests are failing after 505e94256ef247dc54250
due to `nixos-rebuild switch` in the installed system trying to build
stdenvNoCC.

Seems that previously, stdenvNoCC wasn't in the installed
system either, but all the direct dependencies for the build were
(I don't really understand why, for that matter), so the building
actually went fine and everything worked.

But now gcc is also a direct build dependency due to allowedRequisites
containing gcc (even though it doesn't become a runtime dependency)
which doesn't get to the installed system.

All in all, let's ensure stdenvNoCC actually gets to the installed
system. It's after all necessary in almost any NixOS config build.
2017-08-24 02:07:56 +03:00
..
2016-04-12 19:13:52 +02:00
2017-07-04 21:36:30 -04:00
2016-02-28 16:18:39 +01:00
2016-11-24 22:28:03 +01:00
2017-04-21 10:32:36 -04:00
2016-09-16 22:06:16 +02:00
2016-08-02 20:58:35 -04:00
2017-02-17 16:04:49 +01:00
2017-02-17 16:04:49 +01:00
2017-02-17 16:04:49 +01:00
2017-04-03 09:05:41 -04:00
2016-10-01 17:08:48 +02:00
2016-12-31 09:36:57 +01:00
2017-03-30 16:23:33 +02:00
2016-01-23 01:20:14 +01:00
2016-10-15 13:54:59 -04:00
2016-09-16 22:06:16 +02:00
2016-11-28 15:33:58 +01:00
2017-02-17 16:04:49 +01:00
2016-12-29 20:09:46 -05:00
2016-12-29 20:09:46 -05:00
2016-09-17 10:47:36 +01:00
2016-09-13 09:45:08 +02:00
2017-08-04 17:52:42 +02:00
2017-03-08 04:54:17 +01:00
2017-02-05 12:41:21 +03:00
2017-08-11 17:37:14 +02:00
2017-02-26 11:14:32 +01:00
2017-08-12 00:55:32 +02:00
2016-12-20 23:26:51 +01:00
2015-08-31 18:36:32 +02:00
2017-03-12 16:01:07 +01:00
2017-03-01 03:16:35 +03:00
2015-12-25 15:55:07 +01:00
2017-07-16 10:06:42 +01:00
2016-09-13 22:46:46 +02:00
2016-04-12 19:13:52 +02:00
2017-04-29 17:23:35 +00:00