isomd5sum: support cross-compilation by moving python to nativebuildinputs
This commit is contained in:
parent
b38329171a
commit
f5fac4dcd5
@ -14,7 +14,9 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1wjnh2hlp1hjjm4a8wzdhdrm73jq41lmpmy3ls0rh715p3j7z4q9";
|
||||
};
|
||||
|
||||
buildInputs = [ python3 popt ] ;
|
||||
strictDeps = true;
|
||||
nativeBuildInputs = [ python3 ];
|
||||
buildInputs = [ popt ] ;
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace Makefile --replace "#/usr/" "#"
|
||||
|
Loading…
Reference in New Issue
Block a user