Commit Graph

13 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 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
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 7182709174
grantlee: search profile library paths for plugins 2017-08-21 06:51:16 -05:00