Remove obsolete patch.
This commit is contained in:
parent
5302ae0789
commit
ae8629a0d4
@ -28,7 +28,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
patchPhase = ''
|
||||
find tests -type f | xargs sed -e 's@/bin/pwd@${coreutils}&@g' -i
|
||||
find . -name pcsc-wrapper.c | xargs sed -i 's/typedef unsinged int pcsc_dword_t/typedef unsigned int pcsc_dword_t/'
|
||||
'';
|
||||
|
||||
configureFlags =
|
||||
|
Loading…
Reference in New Issue
Block a user