Revert "libreoffice: make NIX_CFLAGS_COMPILE a list"
This reverts commit aa6c89479fa04d8f55a6eb15675def7fdd0caef7.
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…
x
Reference in New Issue
Block a user