summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/hadoop/default.nix
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-01-17 09:09:27 +0700
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-01-16 23:49:59 -0800
commit5d566c43b4877ad32fb096e4d606b57eaa6dfe37 (patch)
treee7cc057fed0ce2eb44ae2978be5b4e64c8d41dcd /pkgs/applications/networking/cluster/hadoop/default.nix
parent47e997598cd0e51f4a0071bb4e90cb2bdcc38dde (diff)
downloadnixpkgs-5d566c43b4877ad32fb096e4d606b57eaa6dfe37.tar
nixpkgs-5d566c43b4877ad32fb096e4d606b57eaa6dfe37.tar.gz
nixpkgs-5d566c43b4877ad32fb096e4d606b57eaa6dfe37.tar.bz2
nixpkgs-5d566c43b4877ad32fb096e4d606b57eaa6dfe37.tar.lz
nixpkgs-5d566c43b4877ad32fb096e4d606b57eaa6dfe37.tar.xz
nixpkgs-5d566c43b4877ad32fb096e4d606b57eaa6dfe37.tar.zst
nixpkgs-5d566c43b4877ad32fb096e4d606b57eaa6dfe37.zip
pkgs/applications: pkgconfig -> pkg-config
Diffstat (limited to 'pkgs/applications/networking/cluster/hadoop/default.nix')
-rw-r--r--pkgs/applications/networking/cluster/hadoop/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/hadoop/default.nix b/pkgs/applications/networking/cluster/hadoop/default.nix
index af92920645e..4f3dfcfc03f 100644
--- a/pkgs/applications/networking/cluster/hadoop/default.nix
+++ b/pkgs/applications/networking/cluster/hadoop/default.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv, fetchurl, makeWrapper, pkgconfig, which, maven, cmake, jre, bash
+{ lib, stdenv, fetchurl, makeWrapper, pkg-config, which, maven, cmake, jre, bash
 , coreutils, glibc, protobuf2_5, fuse, snappy, zlib, bzip2, openssl, openssl_1_0_2
 }:
 
@@ -34,7 +34,7 @@ let
           outputHash = dependencies-sha256;
         };
 
-        nativeBuildInputs = [ maven cmake pkgconfig ];
+        nativeBuildInputs = [ maven cmake pkg-config ];
         buildInputs = [ fuse snappy zlib bzip2 opensslPkg protobuf2_5 ];
         # most of the hardcoded pathes are fixed in 2.9.x and 3.0.0, this list of patched files might be reduced when 2.7.x and 2.8.x will be deprecated
         postPatch = ''