wcslib: fix attempts to use unsupported permissions during install

This commit is contained in:
Will Dietz 2017-06-28 14:18:23 -05:00
parent 59bf263a59
commit 15253a8dde

View File

@ -11,6 +11,11 @@ stdenv.mkDerivation rec {
sha256 ="1s2nig327g4bimd9xshlk11ww09a7mrjmsbpdcd8smsmn2kl1glb";
};
prePatch = ''
substituteInPlace GNUmakefile --replace 2775 0775
substituteInPlace C/GNUmakefile --replace 2775 0775
'';
enableParallelBuilding = true;
meta = {