profetch: replace buildInputs with nativeBuildInputs

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
veleth 2021-08-13 17:51:36 +03:00 committed by GitHub
parent e67b99da60
commit c6ed61f093
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "1clh3l50wz6mlrw9kx0wh2bbhnz6bsksyh4ngz7givv4y3g9m702";
};
buildInputs = [ gprolog ];
nativeBuildInputs = [ gprolog ];
buildPhase = ''
runHook preBuild