libpfm: don't use -Werror
This commit is contained in:
parent
4406745ab4
commit
3bd0e50a28
@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
installFlags = "DESTDIR=\${out} PREFIX= LDCONFIG=true";
|
installFlags = "DESTDIR=\${out} PREFIX= LDCONFIG=true";
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = [ "-Wno-error" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Helper library to program the performance monitoring events";
|
description = "Helper library to program the performance monitoring events";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user