Commit Graph
17 Commits
Author SHA1 Message Date
V 79921889a0 treewide: convert patch series files to Nix expressions
Nix expressions provide all the features that Quilt series files have,
so using those instead is pointless. Also, lib.readPathsFromFile
(the function used to read series files) has the following warning:

> NOTE: This function is not performant and should be avoided.

This also removes some orphaned series files, and unused references to
copyPathsToStore (which were probably missed in previous commits
where calls to lib.readPathsFromFile were removed)
2020-09-03 19:15:05 +02:00
Michael Reilly 84cf00f980 treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Milan 4dee289784 grantlee: 5.1.0 -> 5.2.0 (#84621) 2020-04-08 12:48:31 +02:00
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