treewide: NIX_CFLAGS_COMPILE -> string
This commit is contained in:
@@ -16,7 +16,7 @@ stdenv.mkDerivation (rec {
|
||||
"SYS=${stdenv.hostPlatform.uname.system}"
|
||||
];
|
||||
|
||||
NIX_CFLAGS_COMPILE = [ "-Wno-error" ];
|
||||
NIX_CFLAGS_COMPILE = "-Wno-error";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Helper library to program the performance monitoring events";
|
||||
|
||||
Reference in New Issue
Block a user