Rename pkgconfig to pkg-config

The alias pkgconfig has been removed.

Reviewed-by: Aleix Roca Nonell <aleix.rocanonell@bsc.es>
This commit is contained in:
2023-11-20 16:57:54 +01:00
parent cbf6f03a84
commit e6b4af4b16
13 changed files with 28 additions and 28 deletions

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, fetchFromGitHub, pkgconfig, libtool, curl
{ stdenv, lib, fetchFromGitHub, pkg-config, libtool, curl
, python3, munge, perl, pam, zlib, shadow, coreutils
, ncurses, libmysqlclient, lua, hwloc, numactl
, readline, freeipmi, xorg, lz4, rdma-core, nixosTests
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
# this doesn't fix tests completely at least makes slurmd to launch
hardeningDisable = [ "fortify" "bindnow" ];
nativeBuildInputs = [ pkgconfig libtool python3 ];
nativeBuildInputs = [ pkg-config libtool python3 ];
buildInputs = [
curl python3 munge perl pam zlib
libmysqlclient ncurses lz4 rdma-core

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, fetchFromGitHub, pkgconfig, libtool, curl
{ stdenv, lib, fetchFromGitHub, pkg-config, libtool, curl
, python, munge, perl, pam, openssl
, ncurses, libmysqlclient, gtk2, lua, hwloc, numactl
, readline, freeipmi, libssh2, xorg
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
# this doesn't fix tests completely at least makes slurmd to launch
hardeningDisable = [ "bindnow" ];
nativeBuildInputs = [ pkgconfig libtool ];
nativeBuildInputs = [ pkg-config libtool ];
buildInputs = [
curl python munge perl pam openssl
libmysqlclient ncurses gtk2

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, fetchFromGitHub, pkgconfig, libtool, curl
{ stdenv, lib, fetchFromGitHub, pkg-config, libtool, curl
, python3, munge, perl, pam, openssl
, ncurses, libmysqlclient, gtk2, lua, hwloc, numactl
, readline, freeipmi, libssh2, xorg
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
# this doesn't fix tests completely at least makes slurmd to launch
hardeningDisable = [ "bindnow" ];
nativeBuildInputs = [ pkgconfig libtool ];
nativeBuildInputs = [ pkg-config libtool ];
buildInputs = [
curl python3 munge perl pam openssl
libmysqlclient ncurses gtk2