redis: move pkgconfig to nativeBuildInputs
This commit is contained in:
parent
c33e078c01
commit
17f33c9be1
1 changed files with 3 additions and 1 deletions
|
@ -20,7 +20,9 @@ stdenv.mkDerivation rec {
|
|||
''}
|
||||
'';
|
||||
|
||||
buildInputs = [ lua pkgconfig ]
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
||||
buildInputs = [ lua ]
|
||||
++ stdenv.lib.optional (stdenv.isLinux && !stdenv.hostPlatform.isMusl) systemd
|
||||
++ stdenv.lib.optionals tlsSupport [ openssl ];
|
||||
# More cross-compiling fixes.
|
||||
|
|
Loading…
Reference in a new issue