about summary refs log tree commit diff
path: root/pkgs/development/compilers/polyml/5.6.nix
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2022-09-25 05:49:25 +0300
committerArtturin <Artturin@artturin.com>2022-09-26 17:53:26 +0300
commit0734f54ef262ad642eec1166a416bae86779ed9f (patch)
tree27314f4f10704420dfba1f529dbc258ca7b58f94 /pkgs/development/compilers/polyml/5.6.nix
parent6910a4eea0038728a2f10ce84122806f2cb6b170 (diff)
downloadnixlib-0734f54ef262ad642eec1166a416bae86779ed9f.tar
nixlib-0734f54ef262ad642eec1166a416bae86779ed9f.tar.gz
nixlib-0734f54ef262ad642eec1166a416bae86779ed9f.tar.bz2
nixlib-0734f54ef262ad642eec1166a416bae86779ed9f.tar.lz
nixlib-0734f54ef262ad642eec1166a416bae86779ed9f.tar.xz
nixlib-0734f54ef262ad642eec1166a416bae86779ed9f.tar.zst
nixlib-0734f54ef262ad642eec1166a416bae86779ed9f.zip
treewide: move pkg-config, autoreconfHook, intltool to nativeBuildInputs
found with nixpkgs-lint
Diffstat (limited to 'pkgs/development/compilers/polyml/5.6.nix')
-rw-r--r--pkgs/development/compilers/polyml/5.6.nix2
1 files changed, 1 insertions, 1 deletions
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";