about summary refs log tree commit diff
path: root/pkgs/applications/misc/monero
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2014-11-28 18:40:19 +0100
committerVladimír Čunát <vcunat@gmail.com>2014-11-28 18:42:03 +0100
commit06c6d4696d47e79b30a8d4ec4cd2dc7f4e135732 (patch)
tree01b8b4e11f3cf57bdaa9d3130beb1b5f05ff6fd1 /pkgs/applications/misc/monero
parentcacf3f6c1e4dddc3d44b442fbc2cec4d7b935dcb (diff)
*: fix builds by disregarding warning from new glibc
Also, in case of collectd, the -lgcc_s shouldn't be needed anymore,
as the library is in ${glibc}/lib/ now, which is practically always on RPATH.

In case of seyren it was some stdenv change uncovering the mistake of
putting src into buildInputs.
Diffstat (limited to 'pkgs/applications/misc/monero')
-rw-r--r--pkgs/applications/misc/monero/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/misc/monero/default.nix b/pkgs/applications/misc/monero/default.nix
index 1fe5406384f8f..6af9b7dc267d6 100644
--- a/pkgs/applications/misc/monero/default.nix
+++ b/pkgs/applications/misc/monero/default.nix
@@ -16,6 +16,9 @@ stdenv.mkDerivation {
   # these tests take a long time and don't
   # always complete in the build environment
   postPatch = "sed -i '/add_subdirectory(tests)/d' CMakeLists.txt";
+
+  NIX_CFLAGS_COMPILE = "-Wno-error=cpp";
+
   doCheck = false;
   checkTarget = "test-release"; # this would be the target