newsboat: fix build

This commit is contained in:
Robin Gloster
2018-03-05 21:46:18 +01:00
parent 9f1ccebf51
commit 43e5af0a43

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 ''