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