Merge pull request #129013 from Mindavi/isomd5sum/cross-2

isomd5sum: support cross: move python to nativeBuildInputs
This commit is contained in:
Jörg Thalheim 2021-07-02 21:04:31 +01:00 committed by GitHub
commit 7a80459aa7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,9 @@ stdenv.mkDerivation rec {
sha256 = "1wjnh2hlp1hjjm4a8wzdhdrm73jq41lmpmy3ls0rh715p3j7z4q9";
};
buildInputs = [ python3 popt ] ;
strictDeps = true;
nativeBuildInputs = [ python3 ];
buildInputs = [ popt ] ;
postPatch = ''
substituteInPlace Makefile --replace "#/usr/" "#"