summary refs log tree commit diff
path: root/pkgs/applications/kde/kdepim-runtime
diff options
context:
space:
mode:
authorV <v@anomalous.eu>2020-08-25 11:43:59 +0200
committerV <v@anomalous.eu>2020-09-03 19:15:05 +0200
commit79921889a05a3e7f2450a82fbaadd3dd552d3806 (patch)
tree9b94d766a09c860110ddd142b417564d4fa1cdc6 /pkgs/applications/kde/kdepim-runtime
parentc25a7cd8468eeeed82d7444855c10552ab3452ba (diff)
downloadnixpkgs-79921889a05a3e7f2450a82fbaadd3dd552d3806.tar
nixpkgs-79921889a05a3e7f2450a82fbaadd3dd552d3806.tar.gz
nixpkgs-79921889a05a3e7f2450a82fbaadd3dd552d3806.tar.bz2
nixpkgs-79921889a05a3e7f2450a82fbaadd3dd552d3806.tar.lz
nixpkgs-79921889a05a3e7f2450a82fbaadd3dd552d3806.tar.xz
nixpkgs-79921889a05a3e7f2450a82fbaadd3dd552d3806.tar.zst
nixpkgs-79921889a05a3e7f2450a82fbaadd3dd552d3806.zip
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)
Diffstat (limited to 'pkgs/applications/kde/kdepim-runtime')
-rw-r--r--pkgs/applications/kde/kdepim-runtime/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/kde/kdepim-runtime/default.nix b/pkgs/applications/kde/kdepim-runtime/default.nix
index 27ca6ff9aaf..e0a5d43e654 100644
--- a/pkgs/applications/kde/kdepim-runtime/default.nix
+++ b/pkgs/applications/kde/kdepim-runtime/default.nix
@@ -1,5 +1,5 @@
 {
-  mkDerivation, copyPathsToStore, lib, kdepimTeam,
+  mkDerivation, lib, kdepimTeam,
   extra-cmake-modules, kdoctools,
   shared-mime-info,
   akonadi, akonadi-calendar, akonadi-contacts, akonadi-mime, akonadi-notes,