bcache-tools: fix cross compilation

This commit is contained in:
misuzu
2025-09-22 21:21:58 +03:00
parent 3afcbc59d8
commit 283fb94940
+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" \