bcache-tools: fix cross compilation (#445296)

This commit is contained in:
misuzu
2025-09-23 09:44:47 +03:00
committed by GitHub
+1
View File
@@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
-e "/INSTALL.*initcpio\/install/d" \
-e "/INSTALL.*dracut\/module-setup.sh/d" \
-e "/INSTALL.*probe-bcache/d" \
-e "s/pkg-config/$PKG_CONFIG/" \
-i Makefile
# * Remove probe-bcache which is handled by util-linux
sed -e "/probe-bcache/d" \