newsboat: fix build (#417892)

This commit is contained in:
Aleksana
2025-06-19 16:25:18 +08:00
committed by GitHub
+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"
'';