Commit Graph

7 Commits

Author SHA1 Message Date
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
Will Dietz
fc69a394fa cquery: 2018-08-08 -> 2018-10-14 (llvm6 -> llvm7)
also simplify include expression a touch
2018-10-16 12:30:06 -05:00
tobim
78e8173e57 cquery: 2018-05-01 -> 2018-08-08 (#44726)
This also extends the wrapper to explicitly set the cache
directory, since it is required for every invokation with
the `--init` option.
2018-08-09 01:31:15 +02:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Tobias Mayer
5fb8267031 cquery: 2018-03-31 -> 2018-05-01
The update should fix the build on osx.
2018-05-01 20:40:06 +02:00
Tobias Mayer
04f3b76dce cquery: extended wrapper
Use NIX_CFLAGS_COMPILE to find additional include paths.
2018-03-28 12:13:04 +02:00
Tobias Mayer
4930caae80 cquery: init at 2018-03-25 2018-03-26 00:51:41 +02:00