forked from mirrors/nixpkgs
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.
This commit is contained in:
parent
f432fdfb31
commit
92852fd193
|
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "0dyikpmhsph36ndgd61bs4yx437v5y0bmm8ahjacp1k9c1ly4q56";
|
||||
};
|
||||
|
||||
patchPhase = ''
|
||||
postPatch = ''
|
||||
patchShebangs .
|
||||
substituteInPlace src/Makefile.in --replace /bin/echo echo
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue