Skip to content

Commit

Permalink
ccid: change patchPhase to postPatch
Browse files Browse the repository at this point in the history
This stops the derivation from overriding the default patchPhase, which
right now prevents adding a list of patches in the "patches" attribute.

(cherry picked from commit 92852fd)
  • Loading branch information
bjornfor committed Oct 6, 2017
1 parent 91a4d26 commit a88c45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/security/ccid/default.nix
Expand Up @@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "0dyikpmhsph36ndgd61bs4yx437v5y0bmm8ahjacp1k9c1ly4q56";
};

patchPhase = ''
postPatch = ''
patchShebangs .
substituteInPlace src/Makefile.in --replace /bin/echo echo
'';
Expand Down

0 comments on commit a88c45e

Please sign in to comment.