3
0
Fork 0
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:
Bjørn Forsman 2017-10-06 11:56:35 +02:00
parent f432fdfb31
commit 92852fd193

View file

@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "0dyikpmhsph36ndgd61bs4yx437v5y0bmm8ahjacp1k9c1ly4q56";
};
patchPhase = ''
postPatch = ''
patchShebangs .
substituteInPlace src/Makefile.in --replace /bin/echo echo
'';