Revert "libreoffice: make NIX_CFLAGS_COMPILE a list"
This reverts commit aa6c89479f.
This commit is contained in:
@@ -57,9 +57,7 @@ in (stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
# For some reason librdf_redland sometimes refers to rasqal.h instead
|
# For some reason librdf_redland sometimes refers to rasqal.h instead
|
||||||
# of rasqal/rasqal.h
|
# of rasqal/rasqal.h
|
||||||
NIX_CFLAGS_COMPILE = [
|
NIX_CFLAGS_COMPILE = builtins.toString ([ "-I${librdf_rasqal}/include/rasqal" ] ++ lib.optional stdenv.isx86_64 "-mno-fma");
|
||||||
"-I${librdf_rasqal}/include/rasqal"
|
|
||||||
] ++ lib.optional stdenv.isx86_64 "-mno-fma";
|
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
./xdg-open-brief.patch
|
./xdg-open-brief.patch
|
||||||
|
|||||||
Reference in New Issue
Block a user