libpfm: don't use -Werror

This commit is contained in:
Will Dietz 2018-09-24 10:42:57 -05:00
parent 4406745ab4
commit 3bd0e50a28

View file

@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
installFlags = "DESTDIR=\${out} PREFIX= LDCONFIG=true";
NIX_CFLAGS_COMPILE = [ "-Wno-error" ];
meta = with stdenv.lib; {
description = "Helper library to program the performance monitoring events";
longDescription = ''