Commit graph

14 commits

Author SHA1 Message Date
nyanloutre 9f5f9ab7e9 grantlee5: fix build with recent CMake versions 2019-08-22 14:03:49 +02:00
nyanloutre e841edacc5 grantlee5: remove extra grantleeCompatVersion var 2019-08-22 13:55:11 +02:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Markus Kowalewski 9580d80abe
grantlee: add licenses 2018-10-12 21:40:32 +02:00
Jan Malakhovski 7438083a4d tree-wide: disable doCheck and doInstallCheck where it fails (the trivial part) 2018-04-25 04:18:46 +00:00
John Ericson 046f091e0d treewide: Don't use envHook anymore
This commits needs a MAJOR audit as I oftentimes just guessed which of
`$hostOffset`, `$targetOffset`, or a fixed offset should be used.
2017-12-30 22:04:22 -05:00
John Ericson da19c34d0f stdenv setup: Always use both propagated files
This continues #23374, which always kept around both attributes, by
always including both propagated files: `propgated-native-build-inputs`
and `propagated-build-inputs`. `nativePkgs` and `crossPkgs` are still
defined as before, however, so this change should only barely
observable.

This is an incremental step to fully keeping the dependencies separate
in all cases.
2017-11-21 10:44:44 -05:00
Thomas Tuegel 0cc2171910
grantlee5: Fix debug build 2017-10-19 06:52:56 -05:00
Thomas Tuegel d143269ea8
grantlee5: patch CMake module correctly in release or debug build 2017-08-21 06:51:34 -05:00
Thomas Tuegel 96e2a3bd85
grantlee5: update meta.homepage 2017-08-21 06:51:33 -05:00
Thomas Tuegel b4780249c6
grantlee5: don't link plugins into $dev 2017-08-21 06:51:32 -05:00
Thomas Tuegel 5a609e389a
grantlee5: multiple outputs 2017-08-21 06:51:18 -05:00
Thomas Tuegel 58cf19a98a
grantlee: don't canonicalize template paths 2017-08-21 06:51:17 -05:00
Thomas Tuegel 7182709174
grantlee: search profile library paths for plugins 2017-08-21 06:51:16 -05:00