Merge pull request #154083 from NickCao/abootimg

abootimg: fix cross compilation and set strictDeps

authored by

Florian Klink and committed by
GitHub
05ba8d21 a2a0d71f

+3 -1
+3 -1
pkgs/development/mobile/abootimg/default.nix
··· 11 sha256 = "1qgx9fxwhylgnixzkz2mzv2707f65qq7rar2rsqak536vhig1z9a"; 12 }; 13 14 - nativeBuildInputs = [ makeWrapper util-linux ]; 15 16 postPatch = '' 17 cat <<EOF > version.h
··· 11 sha256 = "1qgx9fxwhylgnixzkz2mzv2707f65qq7rar2rsqak536vhig1z9a"; 12 }; 13 14 + strictDeps = true; 15 + nativeBuildInputs = [ makeWrapper ]; 16 + buildInputs = [ util-linux ]; 17 18 postPatch = '' 19 cat <<EOF > version.h