nixpkgs/pkgs/build-support/vm
Jörg Thalheim dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
Whenever we create scripts that are installed to $out, we must use runtimeShell
in order to get the shell that can be executed on the machine we create the
package for. This is relevant for cross-compiling. The only use case for
stdenv.shell are scripts that are executed as part of the build system.
Usages in checkPhase are borderline however to decrease the likelyhood
of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-26 14:10:49 +00:00
..
deb Add Debian 7.0 2013-05-07 11:19:46 +02:00
rpm vm/rpm/rpm-closure.pl: make it deterministic 2016-03-01 11:02:42 +01:00
windows treewide: use runtimeShell instead of stdenv.shell whenever possible 2019-02-26 14:10:49 +00:00
default.nix Merge remote-tracking branch 'origin/master' into staging 2019-02-09 12:14:06 -05:00
test.nix Remove runInGenericVM 2013-07-05 00:17:04 +02:00