newsboat: fix build

This commit is contained in:
Robin Gloster 2018-03-05 21:46:18 +01:00
parent 9f1ccebf51
commit 43e5af0a43
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF

View File

@ -27,6 +27,8 @@ stdenv.mkDerivation rec {
doCheck = true;
checkTarget = "test";
NIX_CFLAGS_COMPILE = "-Wno-error=sign-compare";
postInstall = ''
cp -r contrib $out
'' + stdenv.lib.optionalString stdenv.isDarwin ''