From 0734f54ef262ad642eec1166a416bae86779ed9f Mon Sep 17 00:00:00 2001 From: Artturin Date: Sun, 25 Sep 2022 05:49:25 +0300 Subject: treewide: move pkg-config, autoreconfHook, intltool to nativeBuildInputs found with nixpkgs-lint --- pkgs/development/compilers/polyml/5.6.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development/compilers/polyml/5.6.nix') diff --git a/pkgs/development/compilers/polyml/5.6.nix b/pkgs/development/compilers/polyml/5.6.nix index 4354ce7e2d67..bcd52380701a 100644 --- a/pkgs/development/compilers/polyml/5.6.nix +++ b/pkgs/development/compilers/polyml/5.6.nix @@ -20,7 +20,7 @@ stdenv.mkDerivation { }) ]; - buildInputs = lib.optional stdenv.isDarwin autoreconfHook; + nativeBuildInputs = lib.optional stdenv.isDarwin autoreconfHook; src = fetchurl { url = "mirror://sourceforge/polyml/polyml.${version}.tar.gz"; -- cgit 1.4.1