treewide: NIX_*_COMPILE -> string
This commit is contained in:
committed by
Jan Tojnar
parent
ab0cfd9e03
commit
5f2b92e3ec
@@ -88,9 +88,7 @@ stdenv.mkDerivation rec {
|
||||
doCheck = false;
|
||||
|
||||
# glib-2.62 deprecations
|
||||
NIX_CFLAGS_COMPILE = [
|
||||
"-DGLIB_DISABLE_DEPRECATION_WARNINGS"
|
||||
];
|
||||
NIX_CFLAGS_COMPILE = "-DGLIB_DISABLE_DEPRECATION_WARNINGS";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Application matching framework";
|
||||
|
||||
Reference in New Issue
Block a user