newsboat: fix build

This commit is contained in:
natsukium
2025-06-19 00:27:24 +09:00
parent 48adf72af2
commit be38c45909
+2
View File
@@ -63,6 +63,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
gettext
];
env.NIX_CFLAGS_COMPILE = toString [ "-Wno-error=deprecated-declarations" ];
postBuild = ''
make -j $NIX_BUILD_CORES prefix="$out"
'';