nixpkgs/pkgs/applications/editors/vim
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
..
cflags-prune.diff
common.nix vim: 8.1.0535 -> 8.1.0578 2018-12-16 18:08:29 +00:00
configurable.nix treewide: use runtimeShell instead of stdenv.shell whenever possible 2019-02-26 14:10:49 +00:00
default.nix vim: add cf-private on darwin 2018-11-05 20:30:02 +01:00
ft-nix-support.patch
macvim.nix pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
macvim.patch
qvim.nix qvim: get rid of composableDerivation 2018-07-21 16:52:30 +02:00