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:
@@ -4379,8 +4379,6 @@ in modules // {
|
|||||||
substituteInPlace testing/cffi0/test_ownlib.py --replace "gcc" "cc"
|
substituteInPlace testing/cffi0/test_ownlib.py --replace "gcc" "cc"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE="-Wno-shift-negative-value";
|
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
py.test
|
py.test
|
||||||
'';
|
'';
|
||||||
|
|||||||
Reference in New Issue
Block a user