Unverified Commit c1bfb92c authored by misuzu's avatar misuzu Committed by GitHub
Browse files

bcache-tools: fix cross compilation (#445296)

parents 825dad8f 283fb949
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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" \