newsflash: explicitly pass --build to patchShebangs

This commit is contained in:
Kira Bruneau
2025-11-17 19:16:17 -05:00
parent a8707a255f
commit a5263b578f
+1 -1
View File
@@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
};
postPatch = ''
patchShebangs build-aux/cargo.sh
patchShebangs --build build-aux/cargo.sh
meson rewrite kwargs set project / version '${finalAttrs.version}'
substituteInPlace src/meson.build --replace-fail \
"'src' / rust_target / 'news_flash_gtk'" \