pythonPackages.cffi: remove unnecessary compiler flag

I thought this was necessary but it doesn't appear to be after all
This commit is contained in:
Dan Peebles 2016-07-19 07:57:42 -04:00
parent b1bab4c93f
commit bb1e00dcb5

View file

@ -4379,8 +4379,6 @@ in modules // {
substituteInPlace testing/cffi0/test_ownlib.py --replace "gcc" "cc"
'';
NIX_CFLAGS_COMPILE="-Wno-shift-negative-value";
checkPhase = ''
py.test
'';