thrift: unbreak build
Add a tiny patch (already upstream) that fixes this build error: <flex>/lib/libfl.so: undefined reference to `yylex'
This commit is contained in:
@@ -15,6 +15,11 @@ stdenv.mkDerivation {
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
# Fixes build error: <flex>/lib/libfl.so: undefined reference to `yylex'.
|
||||
# Patch exists in upstream git repo, so it can be removed on the next version
|
||||
# bump.
|
||||
patches = [ ./yylex.patch ];
|
||||
|
||||
# Workaround to make the python wrapper not drop this package:
|
||||
# pythonFull.override { extraLibs = [ thrift ]; }
|
||||
pythonPath = [];
|
||||
|
||||
Reference in New Issue
Block a user