summary refs log tree commit diff
path: root/pkgs/tools/security/ccid
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2017-10-06 11:56:35 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2017-10-06 12:09:56 +0200
commit92852fd193eb5954c9e667e26894819d64423230 (patch)
treeea13e0b023df3570db1629aa5e8e5feac0f9cd53 /pkgs/tools/security/ccid
parentf432fdfb318af5ea9f8596a31de51654a9229bb5 (diff)
ccid: change patchPhase to postPatch
This stops the derivation from overriding the default patchPhase, which
right now prevents adding a list of patches in the "patches" attribute.
Diffstat (limited to 'pkgs/tools/security/ccid')
-rw-r--r--pkgs/tools/security/ccid/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/ccid/default.nix b/pkgs/tools/security/ccid/default.nix
index e450cf5952ee9..9eb5858b05736 100644
--- a/pkgs/tools/security/ccid/default.nix
+++ b/pkgs/tools/security/ccid/default.nix
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
     sha256 = "0dyikpmhsph36ndgd61bs4yx437v5y0bmm8ahjacp1k9c1ly4q56";
   };
 
-  patchPhase = ''
+  postPatch = ''
     patchShebangs .
     substituteInPlace src/Makefile.in --replace /bin/echo echo
   '';